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