C:
char c = '\u6C34';
printf("%c\n", c); // Output: 水
JavaScript:
const char = '\u6C34';
console.log(char); // Output: 水
Java:
char c = '\u6C34';
System.out.println(c); // Output: 水
JSON:
{"text": "\u6C34"} // Value: 水
Python:
char = '\u6C34'
print(char) # Output: 水
Perl:
my $char = "\x{6C34}";
print $char; # Output: 水
PHP:
$char = "\x{6C34}";
echo $char; // Output: 水
Ruby:
char = "\u{6C34}"
puts char # Output: 水
Rust:
let c = '\u{6C34}';
println!("{}", c); // Output: 水
Go:
char := '\u6C34'
fmt.Printf("%c\n", char) // Output: 水
CSS:
/* CSS content property */
.element::before {
content: "\006C34"; /* 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%B0%B4
MD5:
eab619fba24a1ea828eebee4f54a138f
SHA1:
8ffbf192934ab70cfcd0ebfc589758044ceeb74b
Base64:
5rC0