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