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

What is Unicode character 𦡦?

The Unicode character 𦡦 U+26866 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+26866.

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!