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

What is Unicode character 𦊀?

The Unicode character 𦊀 U+26280 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+26280.

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!