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

What is Unicode character 𧑀?

The Unicode character 𧑀 U+27440 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+27440.

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!