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

What is Unicode character 𩊟?

The Unicode character 𩊟 U+2929F 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+2929F.

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!