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

What is Unicode character 𭬺?

The Unicode character 𭬺 U+2DB3A 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+2DB3A.

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!