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

What is Unicode character 𦼨?

The Unicode character 𦼨 U+26F28 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+26F28.

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!