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

What is Unicode character 𤨦?

The Unicode character 𤨦 U+24A26 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+24A26.

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!