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

What is Unicode character 𦦊?

The Unicode character 𦦊 U+2698A 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+2698A.

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!