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

What is Unicode character 𬝤?

The Unicode character 𬝤 U+2C764 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+2C764.

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!