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

What is Unicode character 𭦹?

The Unicode character 𭦹 U+2D9B9 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+2D9B9.

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!