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

What is Unicode character 𦀚?

The Unicode character 𦀚 U+2601A 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+2601A.

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!