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

What is Unicode character 𨃫?

The Unicode character 𨃫 U+280EB 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+280EB.

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!