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

What is Unicode character 𢄀?

The Unicode character 𢄀 U+22100 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+22100.

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!