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

What is Unicode character 𢪯?

The Unicode character 𢪯 U+22AAF 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+22AAF.

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!