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