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