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

What is Unicode character 𦚎?

The Unicode character 𦚎 U+2668E 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+2668E.

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!