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

What is Unicode character 𦡨?

The Unicode character 𦡨 U+26868 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+26868.

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!