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

What is Unicode character 𡅦?

The Unicode character 𡅦 U+21166 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+21166.

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!