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

What is Unicode character 𬔛?

The Unicode character 𬔛 U+2C51B 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+2C51B.

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!