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

What is Unicode character 𣅹?

The Unicode character 𣅹 U+23179 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+23179.

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!