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

What is Unicode character 𨤓?

The Unicode character 𨤓 U+28913 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+28913.

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!