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

What is Unicode character 𬝞?

The Unicode character 𬝞 U+2C75E 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+2C75E.

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!