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

What is Unicode character 𨔃?

The Unicode character 𨔃 U+28503 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+28503.

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!