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

What is Unicode character 𦦎?

The Unicode character 𦦎 U+2698E 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+2698E.

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!