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

What is Unicode character 𣙕?

The Unicode character 𣙕 U+23655 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+23655.

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!