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