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

What is Unicode character 𦖎?

The Unicode character 𦖎 U+2658E 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+2658E.

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!