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

What is Unicode character 𭎰?

The Unicode character 𭎰 U+2D3B0 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+2D3B0.

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!