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

What is Unicode character 𬝣?

The Unicode character 𬝣 U+2C763 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+2C763.

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!