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

What is Unicode character 𧹡?

The Unicode character 𧹡 U+27E61 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+27E61.

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!