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

What is Unicode character 𬆨?

The Unicode character 𬆨 U+2C1A8 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+2C1A8.

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!