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

What is Unicode character 𦍢?

The Unicode character 𦍢 U+26362 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+26362.

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!