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