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