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

What is Unicode character 𡶹?

The Unicode character 𡶹 U+21DB9 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+21DB9.

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!