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

What is Unicode character 𢯀?

The Unicode character 𢯀 U+22BC0 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+22BC0.

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!