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

What is Unicode character 𦍨?

The Unicode character 𦍨 U+26368 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+26368.

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!