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

What is Unicode character 𤹃?

The Unicode character 𤹃 U+24E43 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+24E43.

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!