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

What is Unicode character 𭬍?

The Unicode character 𭬍 U+2DB0D 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+2DB0D.

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!