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

What is Unicode character 𢎀?

The Unicode character 𢎀 U+22380 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+22380.

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!