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