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

What is Unicode character 𦜹?

The Unicode character 𦜹 U+26739 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+26739.

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!