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

What is Unicode character 𪔍?

The Unicode character 𪔍 U+2A50D 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+2A50D.

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!