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

What is Unicode character 𫦲?

The Unicode character 𫦲 U+2B9B2 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+2B9B2.

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!