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

What is Unicode character 𬔍?

The Unicode character 𬔍 U+2C50D 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+2C50D.

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!