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

What is Unicode character 𢪟?

The Unicode character 𢪟 U+22A9F 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+22A9F.

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!