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

What is Unicode character 𡾍?

The Unicode character 𡾍 U+21F8D 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+21F8D.

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!