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

What is Unicode character 𦭔?

The Unicode character 𦭔 U+26B54 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+26B54.

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!