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

What is Unicode character 𡯹?

The Unicode character 𡯹 U+21BF9 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+21BF9.

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!