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

What is Unicode character 𬅰?

The Unicode character 𬅰 U+2C170 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+2C170.

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!