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

What is Unicode character 𢫰?

The Unicode character 𢫰 U+22AF0 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+22AF0.

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!