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

What is Unicode character 𦙶?

The Unicode character 𦙶 U+26676 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+26676.

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!