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

What is Unicode character 𭦺?

The Unicode character 𭦺 U+2D9BA 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+2D9BA.

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!