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

What is Unicode character 𦨨?

The Unicode character 𦨨 U+26A28 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+26A28.

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!