C:
char c = '\uCE3C';
printf("%c\n", c); // Output: 츼
JavaScript:
const char = '\uCE3C';
console.log(char); // Output: 츼
Java:
char c = '\uCE3C';
System.out.println(c); // Output: 츼
JSON:
{"text": "\uCE3C"} // Value: 츼
Python:
char = '\uCE3C'
print(char) # Output: 츼
Perl:
my $char = "\x{CE3C}";
print $char; # Output: 츼
PHP:
$char = "\x{CE3C}";
echo $char; // Output: 츼
Ruby:
char = "\u{CE3C}"
puts char # Output: 츼
Rust:
let c = '\u{CE3C}';
println!("{}", c); // Output: 츼
Go:
char := '\uCE3C'
fmt.Printf("%c\n", char) // Output: 츼
CSS:
/* CSS content property */
.element::before {
content: "\00CE3C"; /* 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%BC
MD5:
45680d74c8199e89264406cfdc04f950
SHA1:
5c93d889bbc71bac1c963b5f3af648c639efce2e
Base64:
7Li8