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

What is Unicode character 𢦨?

The Unicode character 𢦨 U+229A8 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+229A8.

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!