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

What is Unicode character 𬝪?

The Unicode character 𬝪 U+2C76A 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+2C76A.

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!