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

What is Unicode character 𦝧?

The Unicode character 𦝧 U+26767 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+26767.

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!