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

What is Unicode character 𡝢?

The Unicode character 𡝢 U+21762 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+21762.

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!