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

What is Unicode character 𢪼?

The Unicode character 𢪼 U+22ABC 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+22ABC.

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!