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

What is Unicode character 𡼲?

The Unicode character 𡼲 U+21F32 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+21F32.

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!