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

What is Unicode character 𦙔?

The Unicode character 𦙔 U+26654 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+26654.

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!