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

What is Unicode character 𦛐?

The Unicode character 𦛐 U+266D0 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+266D0.

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!