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

What is Unicode character 𪍵?

The Unicode character 𪍵 U+2A375 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+2A375.

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!