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

What is Unicode character 𡌢?

The Unicode character 𡌢 U+21322 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+21322.

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!