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

What is Unicode character 𧹨?

The Unicode character 𧹨 U+27E68 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+27E68.

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!