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

What is Unicode character 𢞨?

The Unicode character 𢞨 U+227A8 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+227A8.

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!