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

What is Unicode character 𢫨?

The Unicode character 𢫨 U+22AE8 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+22AE8.

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!