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

What is Unicode character 𨔯?

The Unicode character 𨔯 U+2852F 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+2852F.

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!