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

What is Unicode character 𦎦?

The Unicode character 𦎦 U+263A6 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+263A6.

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!