C:
char c = '\u6F98';
printf("%c\n", c); // Output: 澘
JavaScript:
const char = '\u6F98';
console.log(char); // Output: 澘
Java:
char c = '\u6F98';
System.out.println(c); // Output: 澘
JSON:
{"text": "\u6F98"} // Value: 澘
Python:
char = '\u6F98'
print(char) # Output: 澘
Perl:
my $char = "\x{6F98}";
print $char; # Output: 澘
PHP:
$char = "\x{6F98}";
echo $char; // Output: 澘
Ruby:
char = "\u{6F98}"
puts char # Output: 澘
Rust:
let c = '\u{6F98}';
println!("{}", c); // Output: 澘
Go:
char := '\u6F98'
fmt.Printf("%c\n", char) // Output: 澘
CSS:
/* CSS content property */
.element::before {
content: "\006F98"; /* 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=%E6%BE%98
MD5:
73d7616cb2470b379b3b3966f635eb5b
SHA1:
57f58cd7ed52fe741bdc2c43e9e357c9f3f6682e
Base64:
5r6Y