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

What is Unicode character 𭎹?

The Unicode character 𭎹 U+2D3B9 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+2D3B9.

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!