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

What is Unicode character 𡊟?

The Unicode character 𡊟 U+2129F 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+2129F.

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!