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

What is Unicode character 𨫕?

The Unicode character 𨫕 U+28AD5 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+28AD5.

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!