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

What is Unicode character 𨬾?

The Unicode character 𨬾 U+28B3E 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+28B3E.

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!