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

What is Unicode character 𨄓?

The Unicode character 𨄓 U+28113 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+28113.

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!