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

What is Unicode character 𤨵?

The Unicode character 𤨵 U+24A35 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+24A35.

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!