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

What is Unicode character 𦎫?

The Unicode character 𦎫 U+263AB 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+263AB.

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!