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

What is Unicode character 𦀫?

The Unicode character 𦀫 U+2602B 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+2602B.

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!