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

What is Unicode character 𨐃?

The Unicode character 𨐃 U+28403 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+28403.

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!