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

What is Unicode character 𭦨?

The Unicode character 𭦨 U+2D9A8 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+2D9A8.

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!