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

What is Unicode character 𦏬?

The Unicode character 𦏬 U+263EC 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+263EC.

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!