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