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