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