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

What is Unicode character 𤯦?

The Unicode character 𤯦 U+24BE6 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+24BE6.

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!