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

What is Unicode character 𭬏?

The Unicode character 𭬏 U+2DB0F 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+2DB0F.

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!