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

What is Unicode character 𦢕?

The Unicode character 𦢕 U+26895 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+26895.

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!