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

What is Unicode character 𤰦?

The Unicode character 𤰦 U+24C26 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+24C26.

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!