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

What is Unicode character 𭦢?

The Unicode character 𭦢 U+2D9A2 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+2D9A2.

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!