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

What is Unicode character 𭦯?

The Unicode character 𭦯 U+2D9AF 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+2D9AF.

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!