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

What is Unicode character 𦎻?

The Unicode character 𦎻 U+263BB 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+263BB.

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!