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

What is Unicode character 𣝹?

The Unicode character 𣝹 U+23779 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+23779.

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!