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

What is Unicode character 𧕡?

The Unicode character 𧕡 U+27561 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+27561.

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!