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

What is Unicode character 𨄖?

The Unicode character 𨄖 U+28116 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+28116.

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!