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

What is Unicode character 𤯔?

The Unicode character 𤯔 U+24BD4 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+24BD4.

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!