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>&#164575;</p>
📋
CSS .selector { content: '\282DF' };
📋
JS var unicodeA = '\u282DF ';
📋
CPP char unicodeA = ' \u282DF ';
📋
Java char unicodeA = '\u282DF';
📋
Python unicodeA = '\u282DF'
📋

What is Unicode character 𨋟?

The Unicode character 𨋟 U+282DF 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+282DF.

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!