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

What is Unicode character 𢆀?

The Unicode character 𢆀 U+22180 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+22180.

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!