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

What is Unicode character 𬔋?

The Unicode character 𬔋 U+2C50B 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+2C50B.

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!