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

What is Unicode character 𩦬?

The Unicode character 𩦬 U+299AC 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+299AC.

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!