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

What is Unicode character 𭢺?

The Unicode character 𭢺 U+2D8BA 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+2D8BA.

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!