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

What is Unicode character 𦾀?

The Unicode character 𦾀 U+26F80 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+26F80.

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!