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

What is Unicode character 𬖪?

The Unicode character 𬖪 U+2C5AA 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+2C5AA.

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!