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

What is Unicode character 𡾬?

The Unicode character 𡾬 U+21FAC 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+21FAC.

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!