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

What is Unicode character 𧝀?

The Unicode character 𧝀 U+27740 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+27740.

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!