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

What is Unicode character 𭎼?

The Unicode character 𭎼 U+2D3BC 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+2D3BC.

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!