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

What is Unicode character 𩎝?

The Unicode character 𩎝 U+2939D 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+2939D.

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!