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

What is Unicode character 𪝦?

The Unicode character 𪝦 U+2A766 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A766.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!