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

What is Unicode character 𦚺?

The Unicode character 𦚺 U+266BA 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+266BA.

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!