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

What is Unicode character 𫔎?

The Unicode character 𫔎 U+2B50E 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+2B50E.

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!