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

What is Unicode character 𦖊?

The Unicode character 𦖊 U+2658A 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+2658A.

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!