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

What is Unicode character 𤨖?

The Unicode character 𤨖 U+24A16 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+24A16.

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!