C:
char c = '\u6DF4';
printf("%c\n", c); // Output: 淴
JavaScript:
const char = '\u6DF4';
console.log(char); // Output: 淴
Java:
char c = '\u6DF4';
System.out.println(c); // Output: 淴
JSON:
{"text": "\u6DF4"} // Value: 淴
Python:
char = '\u6DF4'
print(char) # Output: 淴
Perl:
my $char = "\x{6DF4}";
print $char; # Output: 淴
PHP:
$char = "\x{6DF4}";
echo $char; // Output: 淴
Ruby:
char = "\u{6DF4}"
puts char # Output: 淴
Rust:
let c = '\u{6DF4}';
println!("{}", c); // Output: 淴
Go:
char := '\u6DF4'
fmt.Printf("%c\n", char) // Output: 淴
CSS:
/* CSS content property */
.element::before {
content: "\006DF4"; /* 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%B7%B4
MD5:
9eee0c56c3ad0d672175bae7ab559600
SHA1:
733d92c39da2b6951df8f52d35a4f2f73bdcae35
Base64:
5re0