C:
char c = '\u6DF6';
printf("%c\n", c); // Output: 淶
JavaScript:
const char = '\u6DF6';
console.log(char); // Output: 淶
Java:
char c = '\u6DF6';
System.out.println(c); // Output: 淶
JSON:
{"text": "\u6DF6"} // Value: 淶
Python:
char = '\u6DF6'
print(char) # Output: 淶
Perl:
my $char = "\x{6DF6}";
print $char; # Output: 淶
PHP:
$char = "\x{6DF6}";
echo $char; // Output: 淶
Ruby:
char = "\u{6DF6}"
puts char # Output: 淶
Rust:
let c = '\u{6DF6}';
println!("{}", c); // Output: 淶
Go:
char := '\u6DF6'
fmt.Printf("%c\n", char) // Output: 淶
CSS:
/* CSS content property */
.element::before {
content: "\006DF6"; /* 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%B7%B6
MD5:
72c90a3952a1d59f80807666ea578c38
SHA1:
2344c2f92f633733a338c0dd4f6dc51befa3b3ea
Base64:
5re2