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