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

What is Unicode character 𧵎?

The Unicode character 𧵎 U+27D4E 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+27D4E.

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!