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