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

What is Unicode character 𭦶?

The Unicode character 𭦶 U+2D9B6 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+2D9B6.

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!