C:
char c = '\u6FA7';
printf("%c\n", c); // Output: 澧
JavaScript:
const char = '\u6FA7';
console.log(char); // Output: 澧
Java:
char c = '\u6FA7';
System.out.println(c); // Output: 澧
JSON:
{"text": "\u6FA7"} // Value: 澧
Python:
char = '\u6FA7'
print(char) # Output: 澧
Perl:
my $char = "\x{6FA7}";
print $char; # Output: 澧
PHP:
$char = "\x{6FA7}";
echo $char; // Output: 澧
Ruby:
char = "\u{6FA7}"
puts char # Output: 澧
Rust:
let c = '\u{6FA7}';
println!("{}", c); // Output: 澧
Go:
char := '\u6FA7'
fmt.Printf("%c\n", char) // Output: 澧
CSS:
/* CSS content property */
.element::before {
content: "\006FA7"; /* 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%BE%A7
MD5:
440bccad1595d6c69bbb726fc65f7129
SHA1:
e57d21a12e27fcf6adf0c353eafb7799e7c64f23
Base64:
5r6n