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

What is Unicode character 𦦌?

The Unicode character 𦦌 U+2698C 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+2698C.

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!