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

What is Unicode character 𦏣?

The Unicode character 𦏣 U+263E3 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+263E3.

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!