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

What is Unicode character 𬔗?

The Unicode character 𬔗 U+2C517 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+2C517.

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!