C:
char c = '\uCE3D';
printf("%c\n", c); // Output: 츽
JavaScript:
const char = '\uCE3D';
console.log(char); // Output: 츽
Java:
char c = '\uCE3D';
System.out.println(c); // Output: 츽
JSON:
{"text": "\uCE3D"} // Value: 츽
Python:
char = '\uCE3D'
print(char) # Output: 츽
Perl:
my $char = "\x{CE3D}";
print $char; # Output: 츽
PHP:
$char = "\x{CE3D}";
echo $char; // Output: 츽
Ruby:
char = "\u{CE3D}"
puts char # Output: 츽
Rust:
let c = '\u{CE3D}';
println!("{}", c); // Output: 츽
Go:
char := '\uCE3D'
fmt.Printf("%c\n", char) // Output: 츽
CSS:
/* CSS content property */
.element::before {
content: "\00CE3D"; /* 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%B8%BD
MD5:
08f3d5e8c9818e12d81e8b33d8410925
SHA1:
341d8b8342dfeb5d54b6db3b0a07bda0f4d123fe
Base64:
7Li9