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

What is Unicode character 𦍤?

The Unicode character 𦍤 U+26364 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+26364.

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!