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

What is Unicode character 𦊟?

The Unicode character 𦊟 U+2629F 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+2629F.

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!