C:
char c = '\u6D7A';
printf("%c\n", c); // Output: 浺
JavaScript:
const char = '\u6D7A';
console.log(char); // Output: 浺
Java:
char c = '\u6D7A';
System.out.println(c); // Output: 浺
JSON:
{"text": "\u6D7A"} // Value: 浺
Python:
char = '\u6D7A'
print(char) # Output: 浺
Perl:
my $char = "\x{6D7A}";
print $char; # Output: 浺
PHP:
$char = "\x{6D7A}";
echo $char; // Output: 浺
Ruby:
char = "\u{6D7A}"
puts char # Output: 浺
Rust:
let c = '\u{6D7A}';
println!("{}", c); // Output: 浺
Go:
char := '\u6D7A'
fmt.Printf("%c\n", char) // Output: 浺
CSS:
/* CSS content property */
.element::before {
content: "\006D7A"; /* 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%B5%BA
MD5:
8067f28de3d88713dad7fb6cc349c091
SHA1:
365c046e89e0174d8bc499e3e77805124beea02b
Base64:
5rW6