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

What is Unicode character 𦅅?

The Unicode character 𦅅 U+26145 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+26145.

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!