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

What is Unicode character 𢦶?

The Unicode character 𢦶 U+229B6 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+229B6.

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!