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

What is Unicode character 𫦩?

The Unicode character 𫦩 U+2B9A9 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+2B9A9.

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!