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

What is Unicode character 𢫹?

The Unicode character 𢫹 U+22AF9 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+22AF9.

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!