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>&#141814;</p>
📋
CSS .selector { content: '\229F6' };
📋
JS var unicodeA = '\u229F6 ';
📋
CPP char unicodeA = ' \u229F6 ';
📋
Java char unicodeA = '\u229F6';
📋
Python unicodeA = '\u229F6'
📋

What is Unicode character 𢧶?

The Unicode character 𢧶 U+229F6 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+229F6.

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!