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

What is Unicode character 𢀷?

The Unicode character 𢀷 U+22037 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22037.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!