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

What is Unicode character 𡔡?

The Unicode character 𡔡 U+21521 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+21521.

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!