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

What is Unicode character 𨹮?

The Unicode character 𨹮 U+28E6E 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+28E6E.

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!