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

What is Unicode character 𬔘?

The Unicode character 𬔘 U+2C518 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+2C518.

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!