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

What is Unicode character 𢫾?

The Unicode character 𢫾 U+22AFE 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+22AFE.

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!