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

What is Unicode character 𬔝?

The Unicode character 𬔝 U+2C51D 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+2C51D.

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!