C:
char c = '\uCE3E';
printf("%c\n", c); // Output: 츾
JavaScript:
const char = '\uCE3E';
console.log(char); // Output: 츾
Java:
char c = '\uCE3E';
System.out.println(c); // Output: 츾
JSON:
{"text": "\uCE3E"} // Value: 츾
Python:
char = '\uCE3E'
print(char) # Output: 츾
Perl:
my $char = "\x{CE3E}";
print $char; # Output: 츾
PHP:
$char = "\x{CE3E}";
echo $char; // Output: 츾
Ruby:
char = "\u{CE3E}"
puts char # Output: 츾
Rust:
let c = '\u{CE3E}';
println!("{}", c); // Output: 츾
Go:
char := '\uCE3E'
fmt.Printf("%c\n", char) // Output: 츾
CSS:
/* CSS content property */
.element::before {
content: "\00CE3E"; /* 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%BE
MD5:
a8ce54021afcd5ebd44c9fc12ef7f3a9
SHA1:
013613f3b157eac2b668441bf85e8197270815c3
Base64:
7Li+