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

What is Unicode character 𢏀?

The Unicode character 𢏀 U+223C0 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+223C0.

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!