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