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

What is Unicode character 𤬎?

The Unicode character 𤬎 U+24B0E 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+24B0E.

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!