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

What is Unicode character 𦔗?

The Unicode character 𦔗 U+26517 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+26517.

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!