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

What is Unicode character 𫢢?

The Unicode character 𫢢 U+2B8A2 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+2B8A2.

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!