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

What is Unicode character 𤨝?

The Unicode character 𤨝 U+24A1D 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+24A1D.

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!