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

What is Unicode character 𦊝?

The Unicode character 𦊝 U+2629D 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+2629D.

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!