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

What is Unicode character 𦐔?

The Unicode character 𦐔 U+26414 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+26414.

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!