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

What is Unicode character 𫦢?

The Unicode character 𫦢 U+2B9A2 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+2B9A2.

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!