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

What is Unicode character 𦐑?

The Unicode character 𦐑 U+26411 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+26411.

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!