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