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

What is Unicode character 𨨔?

The Unicode character 𨨔 U+28A14 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+28A14.

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!