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

What is Unicode character 𧵓?

The Unicode character 𧵓 U+27D53 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+27D53.

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!