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

What is Unicode character 𬝐?

The Unicode character 𬝐 U+2C750 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+2C750.

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!