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

What is Unicode character 𦏎?

The Unicode character 𦏎 U+263CE 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+263CE.

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!