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

What is Unicode character 𢜹?

The Unicode character 𢜹 U+22739 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+22739.

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!