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

What is Unicode character 𬅲?

The Unicode character 𬅲 U+2C172 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+2C172.

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!