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