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