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>&#181709;</p>
📋
CSS .selector { content: '\2C5CD' };
📋
JS var unicodeA = '\u2C5CD ';
📋
CPP char unicodeA = ' \u2C5CD ';
📋
Java char unicodeA = '\u2C5CD';
📋
Python unicodeA = '\u2C5CD'
📋

What is Unicode character 𬗍?

The Unicode character 𬗍 U+2C5CD 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+2C5CD.

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!