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

What is Unicode character 𦵶?

The Unicode character 𦵶 U+26D76 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+26D76.

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!