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

What is Unicode character 𦭶?

The Unicode character 𦭶 U+26B76 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+26B76.

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!