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

What is Unicode character 𨝁?

The Unicode character 𨝁 U+28741 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+28741.

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!