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

What is Unicode character 𣝁?

The Unicode character 𣝁 U+23741 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+23741.

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!