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

What is Unicode character 𡕶?

The Unicode character 𡕶 U+21576 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+21576.

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!