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

What is Unicode character 𬝘?

The Unicode character 𬝘 U+2C758 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+2C758.

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!