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

What is Unicode character 𦅟?

The Unicode character 𦅟 U+2615F 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+2615F.

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!