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

What is Unicode character 𪅟?

The Unicode character 𪅟 U+2A15F 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+2A15F.

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!