C:
char c = '\uC3F4';
printf("%c\n", c); // Output: 쏴
JavaScript:
const char = '\uC3F4';
console.log(char); // Output: 쏴
Java:
char c = '\uC3F4';
System.out.println(c); // Output: 쏴
JSON:
{"text": "\uC3F4"} // Value: 쏴
Python:
char = '\uC3F4'
print(char) # Output: 쏴
Perl:
my $char = "\x{C3F4}";
print $char; # Output: 쏴
PHP:
$char = "\x{C3F4}";
echo $char; // Output: 쏴
Ruby:
char = "\u{C3F4}"
puts char # Output: 쏴
Rust:
let c = '\u{C3F4}';
println!("{}", c); // Output: 쏴
Go:
char := '\uC3F4'
fmt.Printf("%c\n", char) // Output: 쏴
CSS:
/* CSS content property */
.element::before {
content: "\00C3F4"; /* 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%8F%B4
MD5:
2f17ae739a70a38b0ea5502d16d8549a
SHA1:
3581eb45169741a7e75bba652d6b8b42e1937751
Base64:
7I+0