C:
char c = '\uC2B4';
printf("%c\n", c); // Output: 슴
JavaScript:
const char = '\uC2B4';
console.log(char); // Output: 슴
Java:
char c = '\uC2B4';
System.out.println(c); // Output: 슴
JSON:
{"text": "\uC2B4"} // Value: 슴
Python:
char = '\uC2B4'
print(char) # Output: 슴
Perl:
my $char = "\x{C2B4}";
print $char; # Output: 슴
PHP:
$char = "\x{C2B4}";
echo $char; // Output: 슴
Ruby:
char = "\u{C2B4}"
puts char # Output: 슴
Rust:
let c = '\u{C2B4}';
println!("{}", c); // Output: 슴
Go:
char := '\uC2B4'
fmt.Printf("%c\n", char) // Output: 슴
CSS:
/* CSS content property */
.element::before {
content: "\00C2B4"; /* 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%8A%B4
MD5:
e35a48ad2d0d8c30f28996251186ff4c
SHA1:
18d228289fe13233668c34491aa81e1c14c2df71
Base64:
7Iq0