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>&#160424;</p>
📋
CSS .selector { content: '\272A8' };
📋
JS var unicodeA = '\u272A8 ';
📋
CPP char unicodeA = ' \u272A8 ';
📋
Java char unicodeA = '\u272A8';
📋
Python unicodeA = '\u272A8'
📋

What is Unicode character 𧊨?

The Unicode character 𧊨 U+272A8 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+272A8.

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!