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

What is Unicode character 𨵾?

The Unicode character 𨵾 U+28D7E 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+28D7E.

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!