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

What is Unicode character 𨔾?

The Unicode character 𨔾 U+2853E 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+2853E.

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!