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

What is Unicode character 𭀢?

The Unicode character 𭀢 U+2D022 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+2D022.

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!