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

What is Unicode character 𦎤?

The Unicode character 𦎤 U+263A4 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+263A4.

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!