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

What is Unicode character 𬝚?

The Unicode character 𬝚 U+2C75A 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+2C75A.

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!