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>&#164055;</p>
📋
CSS .selector { content: '\280D7' };
📋
JS var unicodeA = '\u280D7 ';
📋
CPP char unicodeA = ' \u280D7 ';
📋
Java char unicodeA = '\u280D7';
📋
Python unicodeA = '\u280D7'
📋

What is Unicode character 𨃗?

The Unicode character 𨃗 U+280D7 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+280D7.

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!