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

What is Unicode character 𭎫?

The Unicode character 𭎫 U+2D3AB 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+2D3AB.

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!