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

What is Unicode character 𦵗?

The Unicode character 𦵗 U+26D57 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+26D57.

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!