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

What is Unicode character 𡕵?

The Unicode character 𡕵 U+21575 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+21575.

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!