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

What is Unicode character 𬖩?

The Unicode character 𬖩 U+2C5A9 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+2C5A9.

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!