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

What is Unicode character 𬝟?

The Unicode character 𬝟 U+2C75F 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+2C75F.

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!