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

What is Unicode character 𪍡?

The Unicode character 𪍡 U+2A361 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+2A361.

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!