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

What is Unicode character 𨄕?

The Unicode character 𨄕 U+28115 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+28115.

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!