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

What is Unicode character 𪍕?

The Unicode character 𪍕 U+2A355 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+2A355.

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!