C:
char c = '\uD6DE';
printf("%c\n", c); // Output: 훞
JavaScript:
const char = '\uD6DE';
console.log(char); // Output: 훞
Java:
char c = '\uD6DE';
System.out.println(c); // Output: 훞
JSON:
{"text": "\uD6DE"} // Value: 훞
Python:
char = '\uD6DE'
print(char) # Output: 훞
Perl:
my $char = "\x{D6DE}";
print $char; # Output: 훞
PHP:
$char = "\x{D6DE}";
echo $char; // Output: 훞
Ruby:
char = "\u{D6DE}"
puts char # Output: 훞
Rust:
let c = '\u{D6DE}';
println!("{}", c); // Output: 훞
Go:
char := '\uD6DE'
fmt.Printf("%c\n", char) // Output: 훞
CSS:
/* CSS content property */
.element::before {
content: "\00D6DE"; /* 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=%ED%9B%9E
MD5:
418f27e8849d985229aba6b67c85f1d9
SHA1:
1dae4be65305977420a558e2e1d448da3ebaaf94
Base64:
7Zue