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