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

What is Unicode character 𧨙?

The Unicode character 𧨙 U+27A19 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+27A19.

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!