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

What is Unicode character 𨃯?

The Unicode character 𨃯 U+280EF 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+280EF.

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!