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