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

What is Unicode character 𨵆?

The Unicode character 𨵆 U+28D46 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+28D46.

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!