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

What is Unicode character 𦎨?

The Unicode character 𦎨 U+263A8 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+263A8.

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!