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

What is Unicode character 𤨓?

The Unicode character 𤨓 U+24A13 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+24A13.

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!