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

What is Unicode character 𦁔?

The Unicode character 𦁔 U+26054 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+26054.

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!