Unicode Finder

"俫" U+4FEB(CJK UNIFIED IDEOGRAPH-4FEB)

U+4FEB
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-4FEB

Programming

C
\u4FEB
JavaScript
\u4FEB
Java
\u4FEB
Json
\u4FEB
Python
\u4FEB
Perl
\x{4FEB}
PHP
\x{4FEB}
Ruby
\u{4FEB}
Rust
\u{4FEB}
Go
\u4FEB

Web

CSS
\004FEB
HtmlDecimal
俫
HtmlHexadecimal
俫
Url
%E4%BF%AB

Code

MD5
28371694793c6a00309930b94f398c45
Sha1
e55d6b62f18102defca0c7660c3b602ec559451b
Base64
5L+r

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u4FEB';
console.log(char);  // Output: 俫

Java:

char c = '\u4FEB';
System.out.println(c);  // Output: 俫

JSON:

{"text": "\u4FEB"}  // Value: 俫

Python:

char = '\u4FEB'
print(char)  # Output: 俫

Perl:

my $char = "\x{4FEB}";
print $char;  # Output: 俫

PHP:

$char = "\x{4FEB}";
echo $char;  // Output: 俫

Ruby:

char = "\u{4FEB}"
puts char  # Output: 俫

Rust:

let c = '\u{4FEB}';
println!("{}", c);  // Output: 俫

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\004FEB";  /* Display: 俫 */
}

HTML Decimal:

<p>HTML decimal: &#20459;</p>  <!-- Display: 俫 -->

HTML Hexadecimal:

<p>HTML hex: &#x4FEB;</p>  <!-- Display: 俫 -->

URL Encoding:

// 俫 URL encoding
https://unicodefinder.com/search.php?query=%E4%BF%AB

Encodings

MD5:

28371694793c6a00309930b94f398c45

SHA1:

e55d6b62f18102defca0c7660c3b602ec559451b

Base64:

5L+r

© 2025 Unicode Finder

俫 U+4FEB CJK UNIFIED IDEOGRAPH-4FEB Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me