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

What is Unicode character 𢂀?

The Unicode character 𢂀 U+22080 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+22080.

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!