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