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

What is Unicode character 𨄔?

The Unicode character 𨄔 U+28114 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+28114.

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!