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

What is Unicode character 𦦏?

The Unicode character 𦦏 U+2698F 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+2698F.

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!