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

What is Unicode character 𦙡?

The Unicode character 𦙡 U+26661 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+26661.

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!