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