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

What is Unicode character 𧨚?

The Unicode character 𧨚 U+27A1A 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+27A1A.

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!