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

What is Unicode character 𦚰?

The Unicode character 𦚰 U+266B0 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+266B0.

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!