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

What is Unicode character 𦘨?

The Unicode character 𦘨 U+26628 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+26628.

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!