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

What is Unicode character 𦬨?

The Unicode character 𦬨 U+26B28 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+26B28.

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!