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

What is Unicode character 𣝶?

The Unicode character 𣝶 U+23776 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+23776.

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!