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

What is Unicode character 𢿰?

The Unicode character 𢿰 U+22FF0 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+22FF0.

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!