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