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

What is Unicode character 𦡧?

The Unicode character 𦡧 U+26867 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+26867.

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!