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

What is Unicode character 𨍹?

The Unicode character 𨍹 U+28379 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+28379.

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!