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

What is Unicode character 𡬲?

The Unicode character 𡬲 U+21B32 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+21B32.

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!