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

What is Unicode character 𧹅?

The Unicode character 𧹅 U+27E45 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+27E45.

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!