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

What is Unicode character 𭦬?

The Unicode character 𭦬 U+2D9AC 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+2D9AC.

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!