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

What is Unicode character 𦼀?

The Unicode character 𦼀 U+26F00 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+26F00.

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!