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