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