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