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

What is Unicode character 𦅹?

The Unicode character 𦅹 U+26179 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+26179.

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!