C:
char c = '\u7038';
printf("%c\n", c); // Output: 瀸
JavaScript:
const char = '\u7038';
console.log(char); // Output: 瀸
Java:
char c = '\u7038';
System.out.println(c); // Output: 瀸
JSON:
{"text": "\u7038"} // Value: 瀸
Python:
char = '\u7038'
print(char) # Output: 瀸
Perl:
my $char = "\x{7038}";
print $char; # Output: 瀸
PHP:
$char = "\x{7038}";
echo $char; // Output: 瀸
Ruby:
char = "\u{7038}"
puts char # Output: 瀸
Rust:
let c = '\u{7038}';
println!("{}", c); // Output: 瀸
Go:
char := '\u7038'
fmt.Printf("%c\n", char) // Output: 瀸
CSS:
/* CSS content property */
.element::before {
content: "\007038"; /* 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%B8
MD5:
f56b55d219ab079b7674209f28d189ba
SHA1:
33edb5c8d780c4b20158e09e3fec4c1861f7f6fc
Base64:
54C4