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

What is Unicode character 𢻀?

The Unicode character 𢻀 U+22EC0 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+22EC0.

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!