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

What is Unicode character 𭢼?

The Unicode character 𭢼 U+2D8BC 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+2D8BC.

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!