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

What is Unicode character 𧵍?

The Unicode character 𧵍 U+27D4D 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+27D4D.

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!