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

What is Unicode character 𩎟?

The Unicode character 𩎟 U+2939F 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+2939F.

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!