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

What is Unicode character 𣅟?

The Unicode character 𣅟 U+2315F 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+2315F.

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!