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

What is Unicode character 𨇾?

The Unicode character 𨇾 U+281FE 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+281FE.

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!