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