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

What is Unicode character 𦎬?

The Unicode character 𦎬 U+263AC 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+263AC.

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!