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

What is Unicode character 𩂟?

The Unicode character 𩂟 U+2909F 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+2909F.

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!