C:
char c = '\uB62F';
printf("%c\n", c); // Output: 똯
JavaScript:
const char = '\uB62F';
console.log(char); // Output: 똯
Java:
char c = '\uB62F';
System.out.println(c); // Output: 똯
JSON:
{"text": "\uB62F"} // Value: 똯
Python:
char = '\uB62F'
print(char) # Output: 똯
Perl:
my $char = "\x{B62F}";
print $char; # Output: 똯
PHP:
$char = "\x{B62F}";
echo $char; // Output: 똯
Ruby:
char = "\u{B62F}"
puts char # Output: 똯
Rust:
let c = '\u{B62F}';
println!("{}", c); // Output: 똯
Go:
char := '\uB62F'
fmt.Printf("%c\n", char) // Output: 똯
CSS:
/* CSS content property */
.element::before {
content: "\00B62F"; /* 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=%EB%98%AF
MD5:
c4d90d923dbf70eca764c500be25dd25
SHA1:
59068380a3c73b0f3f35ab90be73d1f00ba6fb81
Base64:
65iv