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

What is Unicode character 𨝆?

The Unicode character 𨝆 U+28746 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+28746.

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!