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

What is Unicode character 𦊊?

The Unicode character 𦊊 U+2628A 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+2628A.

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!