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>&#158756;</p>
📋
CSS .selector { content: '\26C24' };
📋
JS var unicodeA = '\u26C24 ';
📋
CPP char unicodeA = ' \u26C24 ';
📋
Java char unicodeA = '\u26C24';
📋
Python unicodeA = '\u26C24'
📋

What is Unicode character 𦰤?

The Unicode character 𦰤 U+26C24 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+26C24.

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!