C:
char c = '\u7018';
printf("%c\n", c); // Output: 瀘
JavaScript:
const char = '\u7018';
console.log(char); // Output: 瀘
Java:
char c = '\u7018';
System.out.println(c); // Output: 瀘
JSON:
{"text": "\u7018"} // Value: 瀘
Python:
char = '\u7018'
print(char) # Output: 瀘
Perl:
my $char = "\x{7018}";
print $char; # Output: 瀘
PHP:
$char = "\x{7018}";
echo $char; // Output: 瀘
Ruby:
char = "\u{7018}"
puts char # Output: 瀘
Rust:
let c = '\u{7018}';
println!("{}", c); // Output: 瀘
Go:
char := '\u7018'
fmt.Printf("%c\n", char) // Output: 瀘
CSS:
/* CSS content property */
.element::before {
content: "\007018"; /* 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%98
MD5:
77aff24beaf65cc27d28abb32cf46dd4
SHA1:
72af181297dfa637d03905bfc9ea24df38c9335c
Base64:
54CY