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