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

What is Unicode character 𦐗?

The Unicode character 𦐗 U+26417 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+26417.

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!