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

What is Unicode character 𢮡?

The Unicode character 𢮡 U+22BA1 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+22BA1.

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!