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

What is Unicode character 𪙦?

The Unicode character 𪙦 U+2A666 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+2A666.

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!