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

What is Unicode character 𦏅?

The Unicode character 𦏅 U+263C5 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+263C5.

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!