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

What is Unicode character 𢾫?

The Unicode character 𢾫 U+22FAB 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+22FAB.

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!