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

What is Unicode character 𢫼?

The Unicode character 𢫼 U+22AFC 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+22AFC.

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!