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

What is Unicode character 𬅡?

The Unicode character 𬅡 U+2C161 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+2C161.

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!