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

What is Unicode character 𰝁?

The Unicode character 𰝁 U+30741 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30741.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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