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

What is Unicode character 𦈨?

The Unicode character 𦈨 U+26228 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+26228.

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!