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

What is Unicode character 𬝗?

The Unicode character 𬝗 U+2C757 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+2C757.

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!