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

What is Unicode character 𢝁?

The Unicode character 𢝁 U+22741 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+22741.

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!