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

What is Unicode character 𨜓?

The Unicode character 𨜓 U+28713 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+28713.

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!