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

What is Unicode character 𨇧?

The Unicode character 𨇧 U+281E7 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+281E7.

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!