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

What is Unicode character 𢾰?

The Unicode character 𢾰 U+22FB0 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+22FB0.

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!