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

What is Unicode character 𫢲?

The Unicode character 𫢲 U+2B8B2 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+2B8B2.

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!