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