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

What is Unicode character 𡵓?

The Unicode character 𡵓 U+21D53 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+21D53.

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!