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

What is Unicode character 𦁶?

The Unicode character 𦁶 U+26076 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+26076.

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!