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

What is Unicode character 𢳰?

The Unicode character 𢳰 U+22CF0 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+22CF0.

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!