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

What is Unicode character 𨹧?

The Unicode character 𨹧 U+28E67 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+28E67.

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!