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

What is Unicode character 𨃤?

The Unicode character 𨃤 U+280E4 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+280E4.

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!