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

What is Unicode character 𡕷?

The Unicode character 𡕷 U+21577 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+21577.

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!