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

What is Unicode character 𢐃?

The Unicode character 𢐃 U+22403 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+22403.

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!