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

What is Unicode character 𡝲?

The Unicode character 𡝲 U+21772 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+21772.

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!