C:
char c = '\uB265';
printf("%c\n", c); // Output: 뉥
JavaScript:
const char = '\uB265';
console.log(char); // Output: 뉥
Java:
char c = '\uB265';
System.out.println(c); // Output: 뉥
JSON:
{"text": "\uB265"} // Value: 뉥
Python:
char = '\uB265'
print(char) # Output: 뉥
Perl:
my $char = "\x{B265}";
print $char; # Output: 뉥
PHP:
$char = "\x{B265}";
echo $char; // Output: 뉥
Ruby:
char = "\u{B265}"
puts char # Output: 뉥
Rust:
let c = '\u{B265}';
println!("{}", c); // Output: 뉥
Go:
char := '\uB265'
fmt.Printf("%c\n", char) // Output: 뉥
CSS:
/* CSS content property */
.element::before {
content: "\00B265"; /* 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%89%A5
MD5:
ec9572bde7a97fab1c063dd579b2ceda
SHA1:
0faead539d41ae0edb35628029e561b559570aa2
Base64:
64ml