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

What is Unicode character 𧵔?

The Unicode character 𧵔 U+27D54 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+27D54.

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!