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

What is Unicode character 𬅣?

The Unicode character 𬅣 U+2C163 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+2C163.

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!