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

What is Unicode character 𡰡?

The Unicode character 𡰡 U+21C21 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+21C21.

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!