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

What is Unicode character 𨱎?

The Unicode character 𨱎 U+28C4E 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+28C4E.

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!