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

What is Unicode character 𢈀?

The Unicode character 𢈀 U+22200 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+22200.

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!