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

What is Unicode character 𦎹?

The Unicode character 𦎹 U+263B9 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+263B9.

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!