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>&#141564;</p>
📋
CSS .selector { content: '\228FC' };
📋
JS var unicodeA = '\u228FC ';
📋
CPP char unicodeA = ' \u228FC ';
📋
Java char unicodeA = '\u228FC';
📋
Python unicodeA = '\u228FC'
📋

What is Unicode character 𢣼?

The Unicode character 𢣼 U+228FC 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+228FC.

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!