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

What is Unicode character 𦊍?

The Unicode character 𦊍 U+2628D 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+2628D.

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!