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

What is Unicode character 𦎸?

The Unicode character 𦎸 U+263B8 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+263B8.

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!