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

What is Unicode character 𡨰?

The Unicode character 𡨰 U+21A30 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+21A30.

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!