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