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

What is Unicode character 𧵌?

The Unicode character 𧵌 U+27D4C 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+27D4C.

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!