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