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