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

What is Unicode character 𣀟?

The Unicode character 𣀟 U+2301F 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+2301F.

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!