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

What is Unicode character 𣕹?

The Unicode character 𣕹 U+23579 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+23579.

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!