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

What is Unicode character 𦛰?

The Unicode character 𦛰 U+266F0 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+266F0.

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!