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

What is Unicode character 𦢔?

The Unicode character 𦢔 U+26894 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+26894.

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!