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

What is Unicode character 𨪍?

The Unicode character 𨪍 U+28A8D 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+28A8D.

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!