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

What is Unicode character 𦦍?

The Unicode character 𦦍 U+2698D 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+2698D.

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!