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

What is Unicode character 𨫟?

The Unicode character 𨫟 U+28ADF 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+28ADF.

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!