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

What is Unicode character 𦔦?

The Unicode character 𦔦 U+26526 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+26526.

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!