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>&#156302;</p>
📋
CSS .selector { content: '\2628E' };
📋
JS var unicodeA = '\u2628E ';
📋
CPP char unicodeA = ' \u2628E ';
📋
Java char unicodeA = '\u2628E';
📋
Python unicodeA = '\u2628E'
📋

What is Unicode character 𦊎?

The Unicode character 𦊎 U+2628E 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+2628E.

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!