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