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

What is Unicode character 𡾹?

The Unicode character 𡾹 U+21FB9 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+21FB9.

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!