C:
char c = '\u7009';
printf("%c\n", c); // Output: 瀉
JavaScript:
const char = '\u7009';
console.log(char); // Output: 瀉
Java:
char c = '\u7009';
System.out.println(c); // Output: 瀉
JSON:
{"text": "\u7009"} // Value: 瀉
Python:
char = '\u7009'
print(char) # Output: 瀉
Perl:
my $char = "\x{7009}";
print $char; # Output: 瀉
PHP:
$char = "\x{7009}";
echo $char; // Output: 瀉
Ruby:
char = "\u{7009}"
puts char # Output: 瀉
Rust:
let c = '\u{7009}';
println!("{}", c); // Output: 瀉
Go:
char := '\u7009'
fmt.Printf("%c\n", char) // Output: 瀉
CSS:
/* CSS content property */
.element::before {
content: "\007009"; /* 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=%E7%80%89
MD5:
7214ece877167cb2a76e1fd5442ec4aa
SHA1:
5e09120e24a2677b38836b9b4e079eea3b70168d
Base64:
54CJ