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

What is Unicode character 𦝁?

The Unicode character 𦝁 U+26741 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+26741.

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!