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

What is Unicode character 𦚡?

The Unicode character 𦚡 U+266A1 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+266A1.

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!