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

What is Unicode character 𧨕?

The Unicode character 𧨕 U+27A15 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+27A15.

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!