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

What is Unicode character 𦎪?

The Unicode character 𦎪 U+263AA 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+263AA.

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!