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

What is Unicode character 𧊍?

The Unicode character 𧊍 U+2728D 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+2728D.

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!