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

What is Unicode character 𢀸?

The Unicode character 𢀸 U+22038 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+22038.

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!