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

What is Unicode character 𧵏?

The Unicode character 𧵏 U+27D4F 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+27D4F.

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!