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

What is Unicode character 𦀭?

The Unicode character 𦀭 U+2602D 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+2602D.

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!