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