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