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

What is Unicode character 𦚧?

The Unicode character 𦚧 U+266A7 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+266A7.

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!