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

What is Unicode character 𡙦?

The Unicode character 𡙦 U+21666 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+21666.

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!