C:
char c = '\uCF8B';
printf("%c\n", c); // Output: 쾋
JavaScript:
const char = '\uCF8B';
console.log(char); // Output: 쾋
Java:
char c = '\uCF8B';
System.out.println(c); // Output: 쾋
JSON:
{"text": "\uCF8B"} // Value: 쾋
Python:
char = '\uCF8B'
print(char) # Output: 쾋
Perl:
my $char = "\x{CF8B}";
print $char; # Output: 쾋
PHP:
$char = "\x{CF8B}";
echo $char; // Output: 쾋
Ruby:
char = "\u{CF8B}"
puts char # Output: 쾋
Rust:
let c = '\u{CF8B}';
println!("{}", c); // Output: 쾋
Go:
char := '\uCF8B'
fmt.Printf("%c\n", char) // Output: 쾋
CSS:
/* CSS content property */
.element::before {
content: "\00CF8B"; /* 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%8B
MD5:
09b317b24c0d057229feba6444c97c8f
SHA1:
d4f5b4f6cdb65e11909e710b7c40df78ae198637
Base64:
7L6L