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

What is Unicode character 𨹊?

The Unicode character 𨹊 U+28E4A 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+28E4A.

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!