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

What is Unicode character 𭎶?

The Unicode character 𭎶 U+2D3B6 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+2D3B6.

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!