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

What is Unicode character 𪔎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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