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

What is Unicode character 𪎕?

The Unicode character 𪎕 U+2A395 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+2A395.

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!