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

What is Unicode character 𦀯?

The Unicode character 𦀯 U+2602F 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+2602F.

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!