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

What is Unicode character 𧵀?

The Unicode character 𧵀 U+27D40 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+27D40.

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!