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