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>&#139183;</p>
📋
CSS .selector { content: '\21FAF' };
📋
JS var unicodeA = '\u21FAF ';
📋
CPP char unicodeA = ' \u21FAF ';
📋
Java char unicodeA = '\u21FAF';
📋
Python unicodeA = '\u21FAF'
📋

What is Unicode character 𡾯?

The Unicode character 𡾯 U+21FAF 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+21FAF.

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!