C:
char c = '\uC67E';
printf("%c\n", c); // Output: 왾
JavaScript:
const char = '\uC67E';
console.log(char); // Output: 왾
Java:
char c = '\uC67E';
System.out.println(c); // Output: 왾
JSON:
{"text": "\uC67E"} // Value: 왾
Python:
char = '\uC67E'
print(char) # Output: 왾
Perl:
my $char = "\x{C67E}";
print $char; # Output: 왾
PHP:
$char = "\x{C67E}";
echo $char; // Output: 왾
Ruby:
char = "\u{C67E}"
puts char # Output: 왾
Rust:
let c = '\u{C67E}';
println!("{}", c); // Output: 왾
Go:
char := '\uC67E'
fmt.Printf("%c\n", char) // Output: 왾
CSS:
/* CSS content property */
.element::before {
content: "\00C67E"; /* 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%99%BE
MD5:
1af4e6ed5014c5f31ff27320b1fb07e1
SHA1:
c5c92126b513ac3b662066d39542f007d5b09918
Base64:
7Jm+