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

What is Unicode character 𨊛?

The Unicode character 𨊛 U+2829B 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+2829B.

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!