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

What is Unicode character 𨜹?

The Unicode character 𨜹 U+28739 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+28739.

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!