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

What is Unicode character 𢣾?

The Unicode character 𢣾 U+228FE 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+228FE.

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!