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

What is Unicode character 𧅟?

The Unicode character 𧅟 U+2715F 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+2715F.

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!