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