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

What is Unicode character 𢾭?

The Unicode character 𢾭 U+22FAD 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+22FAD.

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!