C:
char c = '\uB636';
printf("%c\n", c); // Output: 똶
JavaScript:
const char = '\uB636';
console.log(char); // Output: 똶
Java:
char c = '\uB636';
System.out.println(c); // Output: 똶
JSON:
{"text": "\uB636"} // Value: 똶
Python:
char = '\uB636'
print(char) # Output: 똶
Perl:
my $char = "\x{B636}";
print $char; # Output: 똶
PHP:
$char = "\x{B636}";
echo $char; // Output: 똶
Ruby:
char = "\u{B636}"
puts char # Output: 똶
Rust:
let c = '\u{B636}';
println!("{}", c); // Output: 똶
Go:
char := '\uB636'
fmt.Printf("%c\n", char) // Output: 똶
CSS:
/* CSS content property */
.element::before {
content: "\00B636"; /* 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%B6
MD5:
1b280e33f287b8bded809eb18392f246
SHA1:
091fcfab8313c8d5569184b47254e1a4b43df8e0
Base64:
65i2