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

What is Unicode character 𨤔?

The Unicode character 𨤔 U+28914 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+28914.

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!