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

What is Unicode character 𬉰?

The Unicode character 𬉰 U+2C270 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+2C270.

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!