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

What is Unicode character 𢪓?

The Unicode character 𢪓 U+22A93 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+22A93.

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!