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

What is Unicode character 𤬦?

The Unicode character 𤬦 U+24B26 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+24B26.

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!