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

What is Unicode character 𨆟?

The Unicode character 𨆟 U+2819F 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+2819F.

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!