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>&#164328;</p>
📋
CSS .selector { content: '\281E8' };
📋
JS var unicodeA = '\u281E8 ';
📋
CPP char unicodeA = ' \u281E8 ';
📋
Java char unicodeA = '\u281E8';
📋
Python unicodeA = '\u281E8'
📋

What is Unicode character 𨇨?

The Unicode character 𨇨 U+281E8 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+281E8.

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!