C:
char c = '\uBE92';
printf("%c\n", c); // Output: 뺒
JavaScript:
const char = '\uBE92';
console.log(char); // Output: 뺒
Java:
char c = '\uBE92';
System.out.println(c); // Output: 뺒
JSON:
{"text": "\uBE92"} // Value: 뺒
Python:
char = '\uBE92'
print(char) # Output: 뺒
Perl:
my $char = "\x{BE92}";
print $char; # Output: 뺒
PHP:
$char = "\x{BE92}";
echo $char; // Output: 뺒
Ruby:
char = "\u{BE92}"
puts char # Output: 뺒
Rust:
let c = '\u{BE92}';
println!("{}", c); // Output: 뺒
Go:
char := '\uBE92'
fmt.Printf("%c\n", char) // Output: 뺒
CSS:
/* CSS content property */
.element::before {
content: "\00BE92"; /* 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%BA%92
MD5:
bbce36cdb0fb04730fea9485b59fbc92
SHA1:
6b1c8be7395223e33412428eb852c2282711fd48
Base64:
67qS