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