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

What is Unicode character 𢯰?

The Unicode character 𢯰 U+22BF0 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+22BF0.

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!