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

What is Unicode character 𦀟?

The Unicode character 𦀟 U+2601F 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+2601F.

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!