C:
char c = '\u6DFF';
printf("%c\n", c); // Output: 淿
JavaScript:
const char = '\u6DFF';
console.log(char); // Output: 淿
Java:
char c = '\u6DFF';
System.out.println(c); // Output: 淿
JSON:
{"text": "\u6DFF"} // Value: 淿
Python:
char = '\u6DFF'
print(char) # Output: 淿
Perl:
my $char = "\x{6DFF}";
print $char; # Output: 淿
PHP:
$char = "\x{6DFF}";
echo $char; // Output: 淿
Ruby:
char = "\u{6DFF}"
puts char # Output: 淿
Rust:
let c = '\u{6DFF}';
println!("{}", c); // Output: 淿
Go:
char := '\u6DFF'
fmt.Printf("%c\n", char) // Output: 淿
CSS:
/* CSS content property */
.element::before {
content: "\006DFF"; /* 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%BF
MD5:
3c57c850e608c68d8b07b9a088cf0f04
SHA1:
0ecce0120bb47e2299efd0d2733399fe7e829da9
Base64:
5re/