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

What is Unicode character 𬅐?

The Unicode character 𬅐 U+2C150 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+2C150.

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!