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

What is Unicode character 𧰨?

The Unicode character 𧰨 U+27C28 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+27C28.

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!