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

What is Unicode character 𦍖?

The Unicode character 𦍖 U+26356 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+26356.

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!