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

What is Unicode character 𦛲?

The Unicode character 𦛲 U+266F2 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+266F2.

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!