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

What is Unicode character 𪔕?

The Unicode character 𪔕 U+2A515 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+2A515.

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!