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

What is Unicode character 𧨅?

The Unicode character 𧨅 U+27A05 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+27A05.

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!