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

What is Unicode character 𫦨?

The Unicode character 𫦨 U+2B9A8 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+2B9A8.

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!