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

What is Unicode character 𡨡?

The Unicode character 𡨡 U+21A21 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+21A21.

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!