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

What is Unicode character 𨝂?

The Unicode character 𨝂 U+28742 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+28742.

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!