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

What is Unicode character 𬉵?

The Unicode character 𬉵 U+2C275 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+2C275.

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!