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

What is Unicode character 𬝬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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