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

What is Unicode character 𬖭?

The Unicode character 𬖭 U+2C5AD 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+2C5AD.

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!