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

What is Unicode character 𧨨?

The Unicode character 𧨨 U+27A28 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+27A28.

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!