C:
char c = '\u7039';
printf("%c\n", c); // Output: 瀹
JavaScript:
const char = '\u7039';
console.log(char); // Output: 瀹
Java:
char c = '\u7039';
System.out.println(c); // Output: 瀹
JSON:
{"text": "\u7039"} // Value: 瀹
Python:
char = '\u7039'
print(char) # Output: 瀹
Perl:
my $char = "\x{7039}";
print $char; # Output: 瀹
PHP:
$char = "\x{7039}";
echo $char; // Output: 瀹
Ruby:
char = "\u{7039}"
puts char # Output: 瀹
Rust:
let c = '\u{7039}';
println!("{}", c); // Output: 瀹
Go:
char := '\u7039'
fmt.Printf("%c\n", char) // Output: 瀹
CSS:
/* CSS content property */
.element::before {
content: "\007039"; /* 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=%E7%80%B9
MD5:
0c5c8a8e3376d3abc5e1a4a6e9ba945a
SHA1:
aec333e095d3ecc4bfe8e38eb7ac64b82378ec3c
Base64:
54C5