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

What is Unicode character 𩦨?

The Unicode character 𩦨 U+299A8 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+299A8.

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!