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

What is Unicode character 𦎯?

The Unicode character 𦎯 U+263AF 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+263AF.

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!