C:
char c = '\u8292';
printf("%c\n", c); // Output: 芒
JavaScript:
const char = '\u8292';
console.log(char); // Output: 芒
Java:
char c = '\u8292';
System.out.println(c); // Output: 芒
JSON:
{"text": "\u8292"} // Value: 芒
Python:
char = '\u8292'
print(char) # Output: 芒
Perl:
my $char = "\x{8292}";
print $char; # Output: 芒
PHP:
$char = "\x{8292}";
echo $char; // Output: 芒
Ruby:
char = "\u{8292}"
puts char # Output: 芒
Rust:
let c = '\u{8292}';
println!("{}", c); // Output: 芒
Go:
char := '\u8292'
fmt.Printf("%c\n", char) // Output: 芒
CSS:
/* CSS content property */
.element::before {
content: "\008292"; /* Display: 芒 */
}
HTML Decimal:
<p>HTML decimal: 芒</p> <!-- Display: 芒 -->
HTML Hexadecimal:
<p>HTML hex: 芒</p> <!-- Display: 芒 -->
URL Encoding:
// 芒 URL encoding
https://unicodefinder.com/search.php?query=%E8%8A%92
MD5:
feb959b7f607fdf31ca48c8ac6ea4728
SHA1:
3c3e64d4dbd5b7201548b27d1f66674fca44c182
Base64:
6IqS