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

What is Unicode character 𨎏?

The Unicode character 𨎏 U+2838F 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+2838F.

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!