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

What is Unicode character 𧵑?

The Unicode character 𧵑 U+27D51 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+27D51.

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!