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

What is Unicode character 𦐦?

The Unicode character 𦐦 U+26426 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+26426.

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!