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

What is Unicode character 𦈤?

The Unicode character 𦈤 U+26224 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+26224.

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!