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

What is Unicode character 𦢖?

The Unicode character 𦢖 U+26896 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+26896.

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!