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

What is Unicode character 𢪾?

The Unicode character 𢪾 U+22ABE 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+22ABE.

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!