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

What is Unicode character 𨴃?

The Unicode character 𨴃 U+28D03 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+28D03.

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!