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

What is Unicode character 𬅟?

The Unicode character 𬅟 U+2C15F 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+2C15F.

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!