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

What is Unicode character 𣕖?

The Unicode character 𣕖 U+23556 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+23556.

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!