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

What is Unicode character 𦙧?

The Unicode character 𦙧 U+26667 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+26667.

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!