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

What is Unicode character 𬔌?

The Unicode character 𬔌 U+2C50C 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+2C50C.

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!