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>&#187169;</p>
📋
CSS .selector { content: '\2DB21' };
📋
JS var unicodeA = '\u2DB21 ';
📋
CPP char unicodeA = ' \u2DB21 ';
📋
Java char unicodeA = '\u2DB21';
📋
Python unicodeA = '\u2DB21'
📋

What is Unicode character 𭬡?

The Unicode character 𭬡 U+2DB21 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2DB21.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!