C:
char c = '\u8379';
printf("%c\n", c); // Output: 荹
JavaScript:
const char = '\u8379';
console.log(char); // Output: 荹
Java:
char c = '\u8379';
System.out.println(c); // Output: 荹
JSON:
{"text": "\u8379"} // Value: 荹
Python:
char = '\u8379'
print(char) # Output: 荹
Perl:
my $char = "\x{8379}";
print $char; # Output: 荹
PHP:
$char = "\x{8379}";
echo $char; // Output: 荹
Ruby:
char = "\u{8379}"
puts char # Output: 荹
Rust:
let c = '\u{8379}';
println!("{}", c); // Output: 荹
Go:
char := '\u8379'
fmt.Printf("%c\n", char) // Output: 荹
CSS:
/* CSS content property */
.element::before {
content: "\008379"; /* 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%B9
MD5:
4ceb060acdc06acd3d75206c8b78a9b5
SHA1:
1bd83d78926c4c161732d26e41cdcc290d953531
Base64:
6I25