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

What is Unicode character 𢐷?

The Unicode character 𢐷 U+22437 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+22437.

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!