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

What is Unicode character 𬅅?

The Unicode character 𬅅 U+2C145 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+2C145.

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!