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

What is Unicode character 𭬢?

The Unicode character 𭬢 U+2DB22 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+2DB22.

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!