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

What is Unicode character 𡹓?

The Unicode character 𡹓 U+21E53 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+21E53.

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!