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