WintelGuy.com

Unicode Character Lookup

Search result for: 2580-259F

Char Unicode Dec HTML (dec) HTML (hex) Description
2580 9600 ▀ ▀ UPPER HALF BLOCK
2581 9601 ▁ ▁ LOWER ONE EIGHTH BLOCK
2582 9602 ▂ ▂ LOWER ONE QUARTER BLOCK
2583 9603 ▃ ▃ LOWER THREE EIGHTHS BLOCK
2584 9604 ▄ ▄ LOWER HALF BLOCK
2585 9605 ▅ ▅ LOWER FIVE EIGHTHS BLOCK
2586 9606 ▆ ▆ LOWER THREE QUARTERS BLOCK
2587 9607 ▇ ▇ LOWER SEVEN EIGHTHS BLOCK
2588 9608 █ █ FULL BLOCK
2589 9609 ▉ ▉ LEFT SEVEN EIGHTHS BLOCK
258A 9610 ▊ ▊ LEFT THREE QUARTERS BLOCK
258B 9611 ▋ ▋ LEFT FIVE EIGHTHS BLOCK
258C 9612 ▌ ▌ LEFT HALF BLOCK
258D 9613 ▍ ▍ LEFT THREE EIGHTHS BLOCK
258E 9614 ▎ ▎ LEFT ONE QUARTER BLOCK
258F 9615 ▏ ▏ LEFT ONE EIGHTH BLOCK
2590 9616 ▐ ▐ RIGHT HALF BLOCK
2591 9617 ░ ░ LIGHT SHADE
2592 9618 ▒ ▒ MEDIUM SHADE
2593 9619 ▓ ▓ DARK SHADE
2594 9620 ▔ ▔ UPPER ONE EIGHTH BLOCK
2595 9621 ▕ ▕ RIGHT ONE EIGHTH BLOCK
2596 9622 ▖ ▖ QUADRANT LOWER LEFT
2597 9623 ▗ ▗ QUADRANT LOWER RIGHT
2598 9624 ▘ ▘ QUADRANT UPPER LEFT
2599 9625 ▙ ▙ QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHT
259A 9626 ▚ ▚ QUADRANT UPPER LEFT AND LOWER RIGHT
259B 9627 ▛ ▛ QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFT
259C 9628 ▜ ▜ QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHT
259D 9629 ▝ ▝ QUADRANT UPPER RIGHT
259E 9630 ▞ ▞ QUADRANT UPPER RIGHT AND LOWER LEFT
259F 9631 ▟ ▟ QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT

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