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

What is Unicode character 𨫓?

The Unicode character 𨫓 U+28AD3 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+28AD3.

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!