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>&#168287;</p>
📋
CSS .selector { content: '\2915F' };
📋
JS var unicodeA = '\u2915F ';
📋
CPP char unicodeA = ' \u2915F ';
📋
Java char unicodeA = '\u2915F';
📋
Python unicodeA = '\u2915F'
📋

What is Unicode character 𩅟?

The Unicode character 𩅟 U+2915F 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+2915F.

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!