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

What is Unicode character 𢿀?

The Unicode character 𢿀 U+22FC0 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+22FC0.

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!