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

What is Unicode character 𬝑?

The Unicode character 𬝑 U+2C751 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+2C751.

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!