C:
char c = '\u73B0';
printf("%c\n", c); // Output: 现
JavaScript:
const char = '\u73B0';
console.log(char); // Output: 现
Java:
char c = '\u73B0';
System.out.println(c); // Output: 现
JSON:
{"text": "\u73B0"} // Value: 现
Python:
char = '\u73B0'
print(char) # Output: 现
Perl:
my $char = "\x{73B0}";
print $char; # Output: 现
PHP:
$char = "\x{73B0}";
echo $char; // Output: 现
Ruby:
char = "\u{73B0}"
puts char # Output: 现
Rust:
let c = '\u{73B0}';
println!("{}", c); // Output: 现
Go:
char := '\u73B0'
fmt.Printf("%c\n", char) // Output: 现
CSS:
/* CSS content property */
.element::before {
content: "\0073B0"; /* 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=%E7%8E%B0
MD5:
49d48bfa590d2e8aaede9d83a4561044
SHA1:
e22afee11247d1e053d4d0e121659631d2005091
Base64:
546w