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

What is Unicode character 𡕢?

The Unicode character 𡕢 U+21562 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+21562.

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!