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