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