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

What is Unicode character 𨻵?

The Unicode character 𨻵 U+28EF5 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+28EF5.

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!