C:
char c = '\uCBDB';
printf("%c\n", c); // Output: 쯛
JavaScript:
const char = '\uCBDB';
console.log(char); // Output: 쯛
Java:
char c = '\uCBDB';
System.out.println(c); // Output: 쯛
JSON:
{"text": "\uCBDB"} // Value: 쯛
Python:
char = '\uCBDB'
print(char) # Output: 쯛
Perl:
my $char = "\x{CBDB}";
print $char; # Output: 쯛
PHP:
$char = "\x{CBDB}";
echo $char; // Output: 쯛
Ruby:
char = "\u{CBDB}"
puts char # Output: 쯛
Rust:
let c = '\u{CBDB}';
println!("{}", c); // Output: 쯛
Go:
char := '\uCBDB'
fmt.Printf("%c\n", char) // Output: 쯛
CSS:
/* CSS content property */
.element::before {
content: "\00CBDB"; /* 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%AF%9B
MD5:
29efadac0750d3f73c68732b2db67a79
SHA1:
da214ad6b91cb20cc4c87f2a16344597b501fe37
Base64:
7K+b