C:
char c = '\uB97F';
printf("%c\n", c); // Output: 륿
JavaScript:
const char = '\uB97F';
console.log(char); // Output: 륿
Java:
char c = '\uB97F';
System.out.println(c); // Output: 륿
JSON:
{"text": "\uB97F"} // Value: 륿
Python:
char = '\uB97F'
print(char) # Output: 륿
Perl:
my $char = "\x{B97F}";
print $char; # Output: 륿
PHP:
$char = "\x{B97F}";
echo $char; // Output: 륿
Ruby:
char = "\u{B97F}"
puts char # Output: 륿
Rust:
let c = '\u{B97F}';
println!("{}", c); // Output: 륿
Go:
char := '\uB97F'
fmt.Printf("%c\n", char) // Output: 륿
CSS:
/* CSS content property */
.element::before {
content: "\00B97F"; /* 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%A5%BF
MD5:
82f68b003b04b4d442c056dc8b8bd32a
SHA1:
1f5876bac75afa164f53d5bdf5dbcc838fe44a27
Base64:
66W/