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

What is Unicode character 𬝢?

The Unicode character 𬝢 U+2C762 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+2C762.

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!