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

What is Unicode character 𦐨?

The Unicode character 𦐨 U+26428 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+26428.

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!