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

What is Unicode character 𧊎?

The Unicode character 𧊎 U+2728E 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+2728E.

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!