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

What is Unicode character 𡹢?

The Unicode character 𡹢 U+21E62 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+21E62.

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!