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

What is Unicode character 𢪑?

The Unicode character 𢪑 U+22A91 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+22A91.

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!