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

What is Unicode character 𦕶?

The Unicode character 𦕶 U+26576 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+26576.

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!