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

What is Unicode character 𢫺?

The Unicode character 𢫺 U+22AFA 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+22AFA.

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!