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