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

What is Unicode character 𦰨?

The Unicode character 𦰨 U+26C28 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+26C28.

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!