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

What is Unicode character 𣹀?

The Unicode character 𣹀 U+23E40 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+23E40.

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!