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

What is Unicode character 𦹶?

The Unicode character 𦹶 U+26E76 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+26E76.

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!