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>&#163431;</p>
📋
CSS .selector { content: '\27E67' };
📋
JS var unicodeA = '\u27E67 ';
📋
CPP char unicodeA = ' \u27E67 ';
📋
Java char unicodeA = '\u27E67';
📋
Python unicodeA = '\u27E67'
📋

What is Unicode character 𧹧?

The Unicode character 𧹧 U+27E67 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+27E67.

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!