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

What is Unicode character 𢪹?

The Unicode character 𢪹 U+22AB9 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+22AB9.

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!