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