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

What is Unicode character 𪍑?

The Unicode character 𪍑 U+2A351 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+2A351.

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!