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

What is Unicode character 𭎺?

The Unicode character 𭎺 U+2D3BA 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+2D3BA.

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!