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

What is Unicode character 𦬀?

The Unicode character 𦬀 U+26B00 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+26B00.

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!