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

What is Unicode character 𨆏?

The Unicode character 𨆏 U+2818F 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+2818F.

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!