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

What is Unicode character 𦁝?

The Unicode character 𦁝 U+2605D 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+2605D.

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!