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

What is Unicode character 𦖍?

The Unicode character 𦖍 U+2658D 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+2658D.

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!