Unicode Finder

"监" U+76D1(CJK UNIFIED IDEOGRAPH-76D1)

U+76D1
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-76D1

Programming

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

Web

CSS
\0076D1
HtmlDecimal
监
HtmlHexadecimal
监
Url
%E7%9B%91

Code

MD5
620805f74d6328eb0e238e29e0c4ad72
Sha1
f513ab41a18f2929072d964d84cf73a71164887e
Base64
55uR

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u76D1';
console.log(char);  // Output: 监

Java:

char c = '\u76D1';
System.out.println(c);  // Output: 监

JSON:

{"text": "\u76D1"}  // Value: 监

Python:

char = '\u76D1'
print(char)  # Output: 监

Perl:

my $char = "\x{76D1}";
print $char;  # Output: 监

PHP:

$char = "\x{76D1}";
echo $char;  // Output: 监

Ruby:

char = "\u{76D1}"
puts char  # Output: 监

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#30417;</p>  <!-- Display: 监 -->

HTML Hexadecimal:

<p>HTML hex: &#x76D1;</p>  <!-- Display: 监 -->

URL Encoding:

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

Encodings

MD5:

620805f74d6328eb0e238e29e0c4ad72

SHA1:

f513ab41a18f2929072d964d84cf73a71164887e

Base64:

55uR

© 2025 Unicode Finder

监 U+76D1 CJK UNIFIED IDEOGRAPH-76D1 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me