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

What is Unicode character 𣝀?

The Unicode character 𣝀 U+23740 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+23740.

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!