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

What is Unicode character 𧕔?

The Unicode character 𧕔 U+27554 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+27554.

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!