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

What is Unicode character 𣅕?

The Unicode character 𣅕 U+23155 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+23155.

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!