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

What is Unicode character 𭦼?

The Unicode character 𭦼 U+2D9BC 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+2D9BC.

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!