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