Unicode Finder

"直" U+76F4(CJK UNIFIED IDEOGRAPH-76F4)

U+76F4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-76F4

Programming

C
\u76F4
JavaScript
\u76F4
Java
\u76F4
Json
\u76F4
Python
\u76F4
Perl
\x{76F4}
PHP
\x{76F4}
Ruby
\u{76F4}
Rust
\u{76F4}
Go
\u76F4

Web

CSS
\0076F4
HtmlDecimal
直
HtmlHexadecimal
直
Url
%E7%9B%B4

Code

MD5
a62341d6d694ad7b82a3599ef06ae706
Sha1
ffc61428ed205419e69461ab67638a0cbbf6f2ec
Base64
55u0

使用示例

Programming Languages

C:

char c = '\u76F4';
printf("%c\n", c);  // Output: 直

JavaScript:

const char = '\u76F4';
console.log(char);  // Output: 直

Java:

char c = '\u76F4';
System.out.println(c);  // Output: 直

JSON:

{"text": "\u76F4"}  // Value: 直

Python:

char = '\u76F4'
print(char)  # Output: 直

Perl:

my $char = "\x{76F4}";
print $char;  # Output: 直

PHP:

$char = "\x{76F4}";
echo $char;  // Output: 直

Ruby:

char = "\u{76F4}"
puts char  # Output: 直

Rust:

let c = '\u{76F4}';
println!("{}", c);  // Output: 直

Go:

char := '\u76F4'
fmt.Printf("%c\n", char)  // Output: 直

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0076F4";  /* Display: 直 */
}

HTML Decimal:

<p>HTML decimal: &#30452;</p>  <!-- Display: 直 -->

HTML Hexadecimal:

<p>HTML hex: &#x76F4;</p>  <!-- Display: 直 -->

URL Encoding:

// 直 URL encoding
https://unicodefinder.com/search.php?query=%E7%9B%B4

Encodings

MD5:

a62341d6d694ad7b82a3599ef06ae706

SHA1:

ffc61428ed205419e69461ab67638a0cbbf6f2ec

Base64:

55u0