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

What is Unicode character 𬝅?

The Unicode character 𬝅 U+2C745 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+2C745.

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!