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

What is Unicode character 𣕣?

The Unicode character 𣕣 U+23563 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+23563.

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!