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

What is Unicode character 𨋕?

The Unicode character 𨋕 U+282D5 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+282D5.

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!