C:
char c = '\uCAB8';
printf("%c\n", c); // Output: 쪸
JavaScript:
const char = '\uCAB8';
console.log(char); // Output: 쪸
Java:
char c = '\uCAB8';
System.out.println(c); // Output: 쪸
JSON:
{"text": "\uCAB8"} // Value: 쪸
Python:
char = '\uCAB8'
print(char) # Output: 쪸
Perl:
my $char = "\x{CAB8}";
print $char; # Output: 쪸
PHP:
$char = "\x{CAB8}";
echo $char; // Output: 쪸
Ruby:
char = "\u{CAB8}"
puts char # Output: 쪸
Rust:
let c = '\u{CAB8}';
println!("{}", c); // Output: 쪸
Go:
char := '\uCAB8'
fmt.Printf("%c\n", char) // Output: 쪸
CSS:
/* CSS content property */
.element::before {
content: "\00CAB8"; /* 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%AA%B8
MD5:
2eb97a8fa3aec4a4dd21e7f755f3d787
SHA1:
a7e1a7415daaf1dbce5990a0e04e80a7832c1cb0
Base64:
7Kq4