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

What is Unicode character 𦍣?

The Unicode character 𦍣 U+26363 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+26363.

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!