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