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>&#165163;</p>
📋
CSS .selector { content: '\2852B' };
📋
JS var unicodeA = '\u2852B ';
📋
CPP char unicodeA = ' \u2852B ';
📋
Java char unicodeA = '\u2852B';
📋
Python unicodeA = '\u2852B'
📋

What is Unicode character 𨔫?

The Unicode character 𨔫 U+2852B 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+2852B.

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!