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>&#165183;</p>
📋
CSS .selector { content: '\2853F' };
📋
JS var unicodeA = '\u2853F ';
📋
CPP char unicodeA = ' \u2853F ';
📋
Java char unicodeA = '\u2853F';
📋
Python unicodeA = '\u2853F'
📋

What is Unicode character 𨔿?

The Unicode character 𨔿 U+2853F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2853F.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!