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

What is Unicode character 𦡔?

The Unicode character 𦡔 U+26854 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+26854.

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!