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

What is Unicode character 𢾨?

The Unicode character 𢾨 U+22FA8 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+22FA8.

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!