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

What is Unicode character 𤎔?

The Unicode character 𤎔 U+24394 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+24394.

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!