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