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

What is Unicode character 𢲛?

The Unicode character 𢲛 U+22C9B 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+22C9B.

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!