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

What is Unicode character 𪝬?

The Unicode character 𪝬 U+2A76C 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+2A76C.

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!