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

What is Unicode character 𭬀?

The Unicode character 𭬀 U+2DB00 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+2DB00.

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!