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

What is Unicode character 𢲹?

The Unicode character 𢲹 U+22CB9 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+22CB9.

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!