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

What is Unicode character 𡵢?

The Unicode character 𡵢 U+21D62 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+21D62.

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!