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

What is Unicode character 𬅗?

The Unicode character 𬅗 U+2C157 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+2C157.

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!