C:
char c = '\u7016';
printf("%c\n", c); // Output: 瀖
JavaScript:
const char = '\u7016';
console.log(char); // Output: 瀖
Java:
char c = '\u7016';
System.out.println(c); // Output: 瀖
JSON:
{"text": "\u7016"} // Value: 瀖
Python:
char = '\u7016'
print(char) # Output: 瀖
Perl:
my $char = "\x{7016}";
print $char; # Output: 瀖
PHP:
$char = "\x{7016}";
echo $char; // Output: 瀖
Ruby:
char = "\u{7016}"
puts char # Output: 瀖
Rust:
let c = '\u{7016}';
println!("{}", c); // Output: 瀖
Go:
char := '\u7016'
fmt.Printf("%c\n", char) // Output: 瀖
CSS:
/* CSS content property */
.element::before {
content: "\007016"; /* 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%96
MD5:
dc390a351d119ae71c9118a513791d27
SHA1:
f793d4b1160e3c07d0827d3f776702345d2aaf4b
Base64:
54CW