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

What is Unicode character 𭢰?

The Unicode character 𭢰 U+2D8B0 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+2D8B0.

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!