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

What is Unicode character 𨮣?

The Unicode character 𨮣 U+28BA3 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+28BA3.

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!