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

What is Unicode character 𦎾?

The Unicode character 𦎾 U+263BE 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+263BE.

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!