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