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

What is Unicode character 𨊟?

The Unicode character 𨊟 U+2829F 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+2829F.

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!