C:
char c = '\uC5F9';
printf("%c\n", c); // Output: 엹
JavaScript:
const char = '\uC5F9';
console.log(char); // Output: 엹
Java:
char c = '\uC5F9';
System.out.println(c); // Output: 엹
JSON:
{"text": "\uC5F9"} // Value: 엹
Python:
char = '\uC5F9'
print(char) # Output: 엹
Perl:
my $char = "\x{C5F9}";
print $char; # Output: 엹
PHP:
$char = "\x{C5F9}";
echo $char; // Output: 엹
Ruby:
char = "\u{C5F9}"
puts char # Output: 엹
Rust:
let c = '\u{C5F9}';
println!("{}", c); // Output: 엹
Go:
char := '\uC5F9'
fmt.Printf("%c\n", char) // Output: 엹
CSS:
/* CSS content property */
.element::before {
content: "\00C5F9"; /* 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%97%B9
MD5:
5eeafdee4d4791c162bf45e39363ff61
SHA1:
693f14c3ffe1c9f72293bbf09f8f19006f44e9fd
Base64:
7Je5