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

What is Unicode character 𭦲?

The Unicode character 𭦲 U+2D9B2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D9B2.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!