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

What is Unicode character 𪍐?

The Unicode character 𪍐 U+2A350 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+2A350.

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!