WintelGuy.com

Unicode Character Lookup

Search result for: 20A0-20CF,x24,FF04,A2-A5

Char Unicode Dec HTML (dec) HTML (hex) Description
20A0 8352 ₠ ₠ EURO-CURRENCY SIGN
20A1 8353 ₡ ₡ COLON SIGN
20A2 8354 ₢ ₢ CRUZEIRO SIGN
20A3 8355 ₣ ₣ FRENCH FRANC SIGN
20A4 8356 ₤ ₤ LIRA SIGN
20A5 8357 ₥ ₥ MILL SIGN
20A6 8358 ₦ ₦ NAIRA SIGN
20A7 8359 ₧ ₧ PESETA SIGN
20A8 8360 ₨ ₨ RUPEE SIGN
20A9 8361 ₩ ₩ WON SIGN
20AA 8362 ₪ ₪ NEW SHEQEL SIGN
20AB 8363 ₫ ₫ DONG SIGN
20AC 8364 € € EURO SIGN
20AD 8365 ₭ ₭ KIP SIGN
20AE 8366 ₮ ₮ TUGRIK SIGN
20AF 8367 ₯ ₯ DRACHMA SIGN
20B0 8368 ₰ ₰ GERMAN PENNY SIGN
20B1 8369 ₱ ₱ PESO SIGN
20B2 8370 ₲ ₲ GUARANI SIGN
20B3 8371 ₳ ₳ AUSTRAL SIGN
20B4 8372 ₴ ₴ HRYVNIA SIGN
20B5 8373 ₵ ₵ CEDI SIGN
20B6 8374 ₶ ₶ LIVRE TOURNOIS SIGN
20B7 8375 ₷ ₷ SPESMILO SIGN
20B8 8376 ₸ ₸ TENGE SIGN
20B9 8377 ₹ ₹ INDIAN RUPEE SIGN
20BA 8378 ₺ ₺ TURKISH LIRA SIGN
20BB 8379 ₻ ₻ NORDIC MARK SIGN
20BC 8380 ₼ ₼ MANAT SIGN
20BD 8381 ₽ ₽ RUBLE SIGN
20BE 8382 ₾ ₾ LARI SIGN
20BF 8383 ₿ ₿ BITCOIN SIGN
20C0 8384 ⃀ ⃀ SOM SIGN
$$
0024 36 $ $ DOLLAR SIGN
FF04 65284 $ $ FULLWIDTH DOLLAR SIGN
¢¢
00A2 162 ¢ ¢ CENT SIGN
££
00A3 163 £ £ POUND SIGN
¤¤
00A4 164 ¤ ¤ CURRENCY SIGN
¥¥
00A5 165 ¥ ¥ YEN SIGN

How to Use this Unicode Character Lookup Tool

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 (','):

  • Actual character: Users can directly enter the character they want to look up. For instance: G, ë, or "$".
  • Character number: Input either a decimal or hexadecimal character number. For example: 34, 120, FA, or x35. An asterisk ('*') added at the end, e.g. 12*, x15*, will make the search more inclusive and will bring the characters with partially matching codes.
  • Number range: Specify a range of decimal or hexadecimal numbers to search for characters within that range. For example: 34-120, 3A-FA, or x35-x120.
  • Text string: Enter a text string to search for characters with matching text in their description, like airplane or "with tilde".

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:

  • The unique Unicode identifier assigned to each character.
  • The decimal code representing the character.
  • The corresponding HTML entity code, which that can be utilized to represent the character in HTML documents.
  • A brief description of the character.

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:

  • Sans-serif,
  • Serif,
  • Noto Sans with Black and White Emoji,
  • Noto Sans with Color Emoji.

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 &#x1F49C;.

Often used character sets