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

What is Unicode character 𦀝?

The Unicode character 𦀝 U+2601D 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+2601D.

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!