C:
char c = '\uCFB4';
printf("%c\n", c); // Output: 쾴
JavaScript:
const char = '\uCFB4';
console.log(char); // Output: 쾴
Java:
char c = '\uCFB4';
System.out.println(c); // Output: 쾴
JSON:
{"text": "\uCFB4"} // Value: 쾴
Python:
char = '\uCFB4'
print(char) # Output: 쾴
Perl:
my $char = "\x{CFB4}";
print $char; # Output: 쾴
PHP:
$char = "\x{CFB4}";
echo $char; // Output: 쾴
Ruby:
char = "\u{CFB4}"
puts char # Output: 쾴
Rust:
let c = '\u{CFB4}';
println!("{}", c); // Output: 쾴
Go:
char := '\uCFB4'
fmt.Printf("%c\n", char) // Output: 쾴
CSS:
/* CSS content property */
.element::before {
content: "\00CFB4"; /* 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%B4
MD5:
98c8399f768d0a58f26a4d568acecbfb
SHA1:
620b42e3084cddc8755595f500c2e3120a67393b
Base64:
7L60