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

What is Unicode character 𬝭?

The Unicode character 𬝭 U+2C76D 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+2C76D.

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!