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

What is Unicode character 𡔲?

The Unicode character 𡔲 U+21532 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+21532.

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!