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

What is Unicode character 𦢑?

The Unicode character 𦢑 U+26891 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+26891.

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!