Search result for: 2654-265F,26C0-26C3
The Unicode Lookup Tool is a web-based utility designed to help users find information about Unicode characters. It allows users to search for characters by entering character number (decimal or hexadecimal), number range, or a text string.
Enter Search Criteria
In the input field, enter one or more of the following search patters, delimited by commas (','):
Submit Query
After entering the search criteria, click the Submit button to initiate the search.
The tool will then display the details about the Unicode characters that meet the specified criteria.
This information includes:
Displaying Unicode Characters
Font availability can vary across web browsers and operating systems. If a web browser does not have a specific font that supports a particular Unicode character, it may resort to using a fallback font or rendering the character as a placeholder symbol, such as a rectangle or question mark.
This tools provides a font selector that allows users to choose one of the four different font options to specify the appearance of the characters:
Upon selecting a font option from the Select Font drop-down menu, the appearance of the Unicode characters in the table updates dynamically to reflect the chosen font style.
Using Unicode Characters on a Web Page
To display Unicode characters on a web page, users can directly include them in the HTML code using Unicode values in the following format:
&#<dec-value>;
or &#x<hex-value>;
where <dec-value>
and <hex-value>
are the Unicode values of the
character expressed as a decimal or hexadecimal number, respectively.
For example:
The Unicode "purple heart" symbol 💜 (U+1F49C) is represented in HTML by the entity code
💜
.
Often used character sets
Alphanumeric Symbols
Basic operators
Geometric Symbols
Game Symbols
Mathematical Symbols
Emoji and Pictographs
Other Symbols
Information Sources:
The Unicode Consortium
Wikipedia - Unicode