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

What is Unicode character 𦐐?

The Unicode character 𦐐 U+26410 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+26410.

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!