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

What is Unicode character 𦍔?

The Unicode character 𦍔 U+26354 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+26354.

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!