C:
char c = '\u67BE';
printf("%c\n", c); // Output: 枾
JavaScript:
const char = '\u67BE';
console.log(char); // Output: 枾
Java:
char c = '\u67BE';
System.out.println(c); // Output: 枾
JSON:
{"text": "\u67BE"} // Value: 枾
Python:
char = '\u67BE'
print(char) # Output: 枾
Perl:
my $char = "\x{67BE}";
print $char; # Output: 枾
PHP:
$char = "\x{67BE}";
echo $char; // Output: 枾
Ruby:
char = "\u{67BE}"
puts char # Output: 枾
Rust:
let c = '\u{67BE}';
println!("{}", c); // Output: 枾
Go:
char := '\u67BE'
fmt.Printf("%c\n", char) // Output: 枾
CSS:
/* CSS content property */
.element::before {
content: "\0067BE"; /* 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=%E6%9E%BE
MD5:
25a55d3ee9460f1c85a4e469db8a75cc
SHA1:
d34e89c65be594fede2aefef04a49e88936b58a4
Base64:
5p6+