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

What is Unicode character 𢪨?

The Unicode character 𢪨 U+22AA8 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+22AA8.

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!