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

What is Unicode character 𬦺?

The Unicode character 𬦺 U+2C9BA 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+2C9BA.

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!