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

What is Unicode character 𬖺?

The Unicode character 𬖺 U+2C5BA 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+2C5BA.

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!