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

What is Unicode character 𣵕?

The Unicode character 𣵕 U+23D55 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+23D55.

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!