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

What is Unicode character 𪙬?

The Unicode character 𪙬 U+2A66C 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+2A66C.

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!