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

What is Unicode character 𨫍?

The Unicode character 𨫍 U+28ACD 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+28ACD.

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!