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

What is Unicode character 𡔰?

The Unicode character 𡔰 U+21530 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+21530.

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!