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

What is Unicode character 𤬹?

The Unicode character 𤬹 U+24B39 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+24B39.

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!