Css Styling

Size
𬗟
15px
𬗟
18px
𬗟
21px
𬗟
24px
𬗟
27px
𬗟
30px
𬗟
33px
𬗟
36px
𬗟
42px
𬗟
48px
𬗟
54px
𬗟
60px
𬗟
66px
𬗟
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𬗟
Bold
𬗟
Italic
𬗟
Underline
𬗟
Strikethrough
𬗟
UpperCase
𬗟
LowerCase
𬗟
Oblique
A 𬗟
Subscript
A 𬗟
Superscript
𬗟
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𬗟
Arial
𬗟
Times New Roman
𬗟
Verdana
𬗟
Courier New
𬗟
Garamond
𬗟
Georgia
𬗟
Trebuchet MS
𬗟
Tahoma
𬗟
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𬗟
White
𬗟
Brown
𬗟
Maroon
𬗟
Magenta
𬗟
Red
𬗟
Orange
𬗟
Yellow
𬗟
Green
𬗟
Teal
𬗟
Cyan
𬗟
Blue
𬗟
Violet
𬗟
Purple
𬗟
Indigo
𬗟
Gray
𬗟
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𬗟
White
𬗟
Brown
𬗟
Maroon
𬗟
Magenta
𬗟
Red
𬗟
Orange
𬗟
Yellow
𬗟
Green
𬗟
Teal
𬗟
Cyan
𬗟
Blue
𬗟
Violet
𬗟
Purple
𬗟
Indigo
𬗟
Gray
𬗟
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#181727;</p>
📋
CSS .selector { content: '\2C5DF' };
📋
JS var unicodeA = '\u2C5DF ';
📋
CPP char unicodeA = ' \u2C5DF ';
📋
Java char unicodeA = '\u2C5DF';
📋
Python unicodeA = '\u2C5DF'
📋

What is Unicode character 𬗟?

The Unicode character 𬗟 U+2C5DF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬗟 represent?

The Unicode character 𬗟 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬗟?

The Unicode code point for 𬗟 is U+2C5DF.

Is the appearance of the 𬗟 character consistent across all platforms?

The appearance of the 𬗟 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𬗟 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𬗟 character.

In which version was Unicode character 𬗟 released, and to which block of characters does it belong?

Unicode character 𬗟 was first introduced in Unicode Version 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!