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

What is Unicode character 𦏹?

The Unicode character 𦏹 U+263F9 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+263F9.

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!