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

What is Unicode character 𭬊?

The Unicode character 𭬊 U+2DB0A 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+2DB0A.

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!