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

What is Unicode character 𭬾?

The Unicode character 𭬾 U+2DB3E 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+2DB3E.

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!