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

What is Unicode character 𦛀?

The Unicode character 𦛀 U+266C0 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+266C0.

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!