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

What is Unicode character 𭦦?

The Unicode character 𭦦 U+2D9A6 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+2D9A6.

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!