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

What is Unicode character 𦚀?

The Unicode character 𦚀 U+26680 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+26680.

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!