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

What is Unicode character 𭬎?

The Unicode character 𭬎 U+2DB0E 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+2DB0E.

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!