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

What is Unicode character 𣕡?

The Unicode character 𣕡 U+23561 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+23561.

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!