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

What is Unicode character 𫔍?

The Unicode character 𫔍 U+2B50D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B50D.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!