C:
char c = '\uD6ED';
printf("%c\n", c); // Output: 훭
JavaScript:
const char = '\uD6ED';
console.log(char); // Output: 훭
Java:
char c = '\uD6ED';
System.out.println(c); // Output: 훭
JSON:
{"text": "\uD6ED"} // Value: 훭
Python:
char = '\uD6ED'
print(char) # Output: 훭
Perl:
my $char = "\x{D6ED}";
print $char; # Output: 훭
PHP:
$char = "\x{D6ED}";
echo $char; // Output: 훭
Ruby:
char = "\u{D6ED}"
puts char # Output: 훭
Rust:
let c = '\u{D6ED}';
println!("{}", c); // Output: 훭
Go:
char := '\uD6ED'
fmt.Printf("%c\n", char) // Output: 훭
CSS:
/* CSS content property */
.element::before {
content: "\00D6ED"; /* 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%AD
MD5:
e053d7d90d57cf7ec9ebbd81aff3bfc6
SHA1:
9fc1ae5fb71542e5ba0fbe4b60e309cd6bc427f3
Base64:
7Zut