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

What is Unicode character 𤨹?

The Unicode character 𤨹 U+24A39 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+24A39.

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!