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

What is Unicode character 𨱍?

The Unicode character 𨱍 U+28C4D 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+28C4D.

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!