C:
char c = '\u6E19';
printf("%c\n", c); // Output: 渙
JavaScript:
const char = '\u6E19';
console.log(char); // Output: 渙
Java:
char c = '\u6E19';
System.out.println(c); // Output: 渙
JSON:
{"text": "\u6E19"} // Value: 渙
Python:
char = '\u6E19'
print(char) # Output: 渙
Perl:
my $char = "\x{6E19}";
print $char; # Output: 渙
PHP:
$char = "\x{6E19}";
echo $char; // Output: 渙
Ruby:
char = "\u{6E19}"
puts char # Output: 渙
Rust:
let c = '\u{6E19}';
println!("{}", c); // Output: 渙
Go:
char := '\u6E19'
fmt.Printf("%c\n", char) // Output: 渙
CSS:
/* CSS content property */
.element::before {
content: "\006E19"; /* 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%B8%99
MD5:
40f3781d7aa501bfec9fd5de11415c36
SHA1:
79c2871d4f66ef09fe953a2cb5cced80ffb50355
Base64:
5riZ