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

What is Unicode character 𪍓?

The Unicode character 𪍓 U+2A353 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+2A353.

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!