WintelGuy.com

Unicode Character Lookup

Search result for: 27C0-27EF

Char Unicode Dec HTML (dec) HTML (hex) Description
27C0 10176 ⟀ ⟀ THREE DIMENSIONAL ANGLE
27C1 10177 ⟁ ⟁ WHITE TRIANGLE CONTAINING SMALL WHITE TRIANGLE
27C2 10178 ⟂ ⟂ PERPENDICULAR
27C3 10179 ⟃ ⟃ OPEN SUBSET
27C4 10180 ⟄ ⟄ OPEN SUPERSET
27C5 10181 ⟅ ⟅ LEFT S-SHAPED BAG DELIMITER
27C6 10182 ⟆ ⟆ RIGHT S-SHAPED BAG DELIMITER
27C7 10183 ⟇ ⟇ OR WITH DOT INSIDE
27C8 10184 ⟈ ⟈ REVERSE SOLIDUS PRECEDING SUBSET
27C9 10185 ⟉ ⟉ SUPERSET PRECEDING SOLIDUS
27CA 10186 ⟊ ⟊ VERTICAL BAR WITH HORIZONTAL STROKE
27CB 10187 ⟋ ⟋ MATHEMATICAL RISING DIAGONAL
27CC 10188 ⟌ ⟌ LONG DIVISION
27CD 10189 ⟍ ⟍ MATHEMATICAL FALLING DIAGONAL
27CE 10190 ⟎ ⟎ SQUARED LOGICAL AND
27CF 10191 ⟏ ⟏ SQUARED LOGICAL OR
27D0 10192 ⟐ ⟐ WHITE DIAMOND WITH CENTRED DOT
27D1 10193 ⟑ ⟑ AND WITH DOT
27D2 10194 ⟒ ⟒ ELEMENT OF OPENING UPWARDS
27D3 10195 ⟓ ⟓ LOWER RIGHT CORNER WITH DOT
27D4 10196 ⟔ ⟔ UPPER LEFT CORNER WITH DOT
27D5 10197 ⟕ ⟕ LEFT OUTER JOIN
27D6 10198 ⟖ ⟖ RIGHT OUTER JOIN
27D7 10199 ⟗ ⟗ FULL OUTER JOIN
27D8 10200 ⟘ ⟘ LARGE UP TACK
27D9 10201 ⟙ ⟙ LARGE DOWN TACK
27DA 10202 ⟚ ⟚ LEFT AND RIGHT DOUBLE TURNSTILE
27DB 10203 ⟛ ⟛ LEFT AND RIGHT TACK
27DC 10204 ⟜ ⟜ LEFT MULTIMAP
27DD 10205 ⟝ ⟝ LONG RIGHT TACK
27DE 10206 ⟞ ⟞ LONG LEFT TACK
27DF 10207 ⟟ ⟟ UP TACK WITH CIRCLE ABOVE
27E0 10208 ⟠ ⟠ LOZENGE DIVIDED BY HORIZONTAL RULE
27E1 10209 ⟡ ⟡ WHITE CONCAVE-SIDED DIAMOND
27E2 10210 ⟢ ⟢ WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK
27E3 10211 ⟣ ⟣ WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK
27E4 10212 ⟤ ⟤ WHITE SQUARE WITH LEFTWARDS TICK
27E5 10213 ⟥ ⟥ WHITE SQUARE WITH RIGHTWARDS TICK
27E6 10214 ⟦ ⟦ MATHEMATICAL LEFT WHITE SQUARE BRACKET
27E7 10215 ⟧ ⟧ MATHEMATICAL RIGHT WHITE SQUARE BRACKET
27E8 10216 ⟨ ⟨ MATHEMATICAL LEFT ANGLE BRACKET
27E9 10217 ⟩ ⟩ MATHEMATICAL RIGHT ANGLE BRACKET
27EA 10218 ⟪ ⟪ MATHEMATICAL LEFT DOUBLE ANGLE BRACKET
27EB 10219 ⟫ ⟫ MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET
27EC 10220 ⟬ ⟬ MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET
27ED 10221 ⟭ ⟭ MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET
27EE 10222 ⟮ ⟮ MATHEMATICAL LEFT FLATTENED PARENTHESIS
27EF 10223 ⟯ ⟯ MATHEMATICAL RIGHT FLATTENED PARENTHESIS

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