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

What is Unicode character 𬔎?

The Unicode character 𬔎 U+2C50E 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+2C50E.

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!