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

What is Unicode character 𱢟?

The Unicode character 𱢟 U+3189F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3189F.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!