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

What is Unicode character 𨐷?

The Unicode character 𨐷 U+28437 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+28437.

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!