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

What is Unicode character 𤊟?

The Unicode character 𤊟 U+2429F 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+2429F.

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!