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

What is Unicode character 𬔏?

The Unicode character 𬔏 U+2C50F 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+2C50F.

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!