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

What is Unicode character 𡬰?

The Unicode character 𡬰 U+21B30 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+21B30.

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!