C:
char c = '\uD6F9';
printf("%c\n", c); // Output: 훹
JavaScript:
const char = '\uD6F9';
console.log(char); // Output: 훹
Java:
char c = '\uD6F9';
System.out.println(c); // Output: 훹
JSON:
{"text": "\uD6F9"} // Value: 훹
Python:
char = '\uD6F9'
print(char) # Output: 훹
Perl:
my $char = "\x{D6F9}";
print $char; # Output: 훹
PHP:
$char = "\x{D6F9}";
echo $char; // Output: 훹
Ruby:
char = "\u{D6F9}"
puts char # Output: 훹
Rust:
let c = '\u{D6F9}';
println!("{}", c); // Output: 훹
Go:
char := '\uD6F9'
fmt.Printf("%c\n", char) // Output: 훹
CSS:
/* CSS content property */
.element::before {
content: "\00D6F9"; /* 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%B9
MD5:
87e74595260acd2bd1cc2f29c8586c46
SHA1:
914a87b792ccdbd71b8a4a5aca13fbd47c08c910
Base64:
7Zu5