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

What is Unicode character 𨵤?

The Unicode character 𨵤 U+28D64 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+28D64.

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!