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

What is Unicode character 𨷃?

The Unicode character 𨷃 U+28DC3 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+28DC3.

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!