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

What is Unicode character 𢦷?

The Unicode character 𢦷 U+229B7 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+229B7.

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!