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

What is Unicode character 𬖬?

The Unicode character 𬖬 U+2C5AC 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+2C5AC.

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!