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

What is Unicode character 𡨲?

The Unicode character 𡨲 U+21A32 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+21A32.

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!