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

What is Unicode character 𬝁?

The Unicode character 𬝁 U+2C741 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C741.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!