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

What is Unicode character 𭬅?

The Unicode character 𭬅 U+2DB05 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+2DB05.

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!