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

What is Unicode character 𢫬?

The Unicode character 𢫬 U+22AEC 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+22AEC.

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!