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