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

What is Unicode character 𪍣?

The Unicode character 𪍣 U+2A363 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+2A363.

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!