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

What is Unicode character 𦖌?

The Unicode character 𦖌 U+2658C 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+2658C.

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!