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