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

What is Unicode character 𦊌?

The Unicode character 𦊌 U+2628C 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+2628C.

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!