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

What is Unicode character 𦚊?

The Unicode character 𦚊 U+2668A 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+2668A.

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!