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

What is Unicode character 𦔈?

The Unicode character 𦔈 U+26508 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+26508.

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!