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

What is Unicode character 𤬕?

The Unicode character 𤬕 U+24B15 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+24B15.

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!