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

What is Unicode character 𡕦?

The Unicode character 𡕦 U+21566 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+21566.

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!