C:
char c = '\u8359';
printf("%c\n", c); // Output: 荙
JavaScript:
const char = '\u8359';
console.log(char); // Output: 荙
Java:
char c = '\u8359';
System.out.println(c); // Output: 荙
JSON:
{"text": "\u8359"} // Value: 荙
Python:
char = '\u8359'
print(char) # Output: 荙
Perl:
my $char = "\x{8359}";
print $char; # Output: 荙
PHP:
$char = "\x{8359}";
echo $char; // Output: 荙
Ruby:
char = "\u{8359}"
puts char # Output: 荙
Rust:
let c = '\u{8359}';
println!("{}", c); // Output: 荙
Go:
char := '\u8359'
fmt.Printf("%c\n", char) // Output: 荙
CSS:
/* CSS content property */
.element::before {
content: "\008359"; /* 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%8D%99
MD5:
f7a6c21e283e5df04f9aae9197128ca4
SHA1:
a4079fca51f6f71bb86da10c3d7bbf9f16e88ec1
Base64:
6I2Z