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

What is Unicode character 𬝛?

The Unicode character 𬝛 U+2C75B 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+2C75B.

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!