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