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

What is Unicode character 𦕧?

The Unicode character 𦕧 U+26567 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+26567.

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!