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

What is Unicode character 𡰰?

The Unicode character 𡰰 U+21C30 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+21C30.

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!