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

What is Unicode character 𬔚?

The Unicode character 𬔚 U+2C51A 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+2C51A.

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!