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

What is Unicode character 𦕵?

The Unicode character 𦕵 U+26575 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+26575.

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!