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

What is Unicode character 𧵊?

The Unicode character 𧵊 U+27D4A 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+27D4A.

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!