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

What is Unicode character 𦎩?

The Unicode character 𦎩 U+263A9 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+263A9.

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!