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

What is Unicode character 𨰹?

The Unicode character 𨰹 U+28C39 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+28C39.

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!