C:
char c = '\uC0F7';
printf("%c\n", c); // Output: 샷
JavaScript:
const char = '\uC0F7';
console.log(char); // Output: 샷
Java:
char c = '\uC0F7';
System.out.println(c); // Output: 샷
JSON:
{"text": "\uC0F7"} // Value: 샷
Python:
char = '\uC0F7'
print(char) # Output: 샷
Perl:
my $char = "\x{C0F7}";
print $char; # Output: 샷
PHP:
$char = "\x{C0F7}";
echo $char; // Output: 샷
Ruby:
char = "\u{C0F7}"
puts char # Output: 샷
Rust:
let c = '\u{C0F7}';
println!("{}", c); // Output: 샷
Go:
char := '\uC0F7'
fmt.Printf("%c\n", char) // Output: 샷
CSS:
/* CSS content property */
.element::before {
content: "\00C0F7"; /* 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%83%B7
MD5:
24553f0505ec0098f47c05005773dd01
SHA1:
1f1cbbd96d809744bb58a14d8f1037af5d0673fb
Base64:
7IO3