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

What is Unicode character 𬔟?

The Unicode character 𬔟 U+2C51F 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+2C51F.

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!